Skip to content

Instantly share code, notes, and snippets.

@mmomtchev
Created June 19, 2024 15:57
Show Gist options
  • Save mmomtchev/985f53acb23f9b539087ef1c366e91d5 to your computer and use it in GitHub Desktop.
Save mmomtchev/985f53acb23f9b539087ef1c366e91d5 to your computer and use it in GitHub Desktop.
fibonacci-gcc-results -O3
test function size (bytes) execution time (seconds)
test-cc-O3-no_unwind 679 bytes 21.30
test-cc-O3-unwind_catching 723 bytes 19.11
test-cc-O3-unwind_dontcare 679 bytes 21.28
test-cc-O3-unwind_noexcept 679 bytes 21.29
test-cc-O3-unwind_throwing 747 bytes 21.30
test-c-O3 679 bytes 21.27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment