Skip to content

Instantly share code, notes, and snippets.

@mmomtchev
Last active June 19, 2024 16:27
Show Gist options
  • Save mmomtchev/effddc815c6331fb2abad082e5f7ed83 to your computer and use it in GitHub Desktop.
Save mmomtchev/effddc815c6331fb2abad082e5f7ed83 to your computer and use it in GitHub Desktop.
fibonacci-gcc-results -O0
test function size (bytes) execution time (seconds)
test-cc-O0-no_unwind 91 bytes 55.88
test-cc-O0-unwind_catching 211 bytes 68.59
test-cc-O0-unwind_dontcare 89 bytes 54.04
test-cc-O0-unwind_noexcept 89 bytes 55.92
test-cc-O0-unwind_throwing 176 bytes 62.99
test-c-O0 89 bytes 54.32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment