Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update echo.c #8

Closed
wants to merge 2 commits into from
Closed

Commits on May 18, 2015

  1. Update echo.c

    Adding an empty space for the first fprintf and removing the if statement. The purpose is to eliminate argc executions of the if statement and argc-1 calls of fprintf. The echo result will be the same as before but the produced machine code will have less instructions and less function calls for more performance.
    master-vic committed May 18, 2015
    Configuration menu
    Copy the full SHA
    09d112d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2015

  1. Update echo.c

    master-vic committed May 21, 2015
    Configuration menu
    Copy the full SHA
    38b3c77 View commit details
    Browse the repository at this point in the history