Skip to content

Instantly share code, notes, and snippets.

@mmomtchev
Created June 19, 2024 15:49
Show Gist options
  • Save mmomtchev/f24e2b95d09d8ce15ba161268f8c2a62 to your computer and use it in GitHub Desktop.
Save mmomtchev/f24e2b95d09d8ce15ba161268f8c2a62 to your computer and use it in GitHub Desktop.
fibonacci-gcc-results -O2
test function size (bytes) execution time (seconds)
test-cc-O2-no_unwind 679 bytes 21.31
test-cc-O2-unwind_catching 172 bytes 29.78
test-cc-O2-unwind_dontcare 679 bytes 21.30
test-cc-O2-unwind_noexcept 679 bytes 21.36
test-cc-O2-unwind_throwing 159 bytes 23.05
test-c-O2 679 bytes 21.29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment