Skip to content

Instantly share code, notes, and snippets.

@Groxx
Created November 21, 2010 19:34
Show Gist options
  • Save Groxx/709067 to your computer and use it in GitHub Desktop.
Save Groxx/709067 to your computer and use it in GitHub Desktop.
gcc simvm.c
time ./a.out
857419840
real 0m0.374s
user 0m0.359s
sys 0m0.003s
------
gcc -O3 simvm.c -o fast.out
time ./fast.out
857419840
real 0m0.006s
user 0m0.001s
sys 0m0.003s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment