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

Always optimize cryptography functions #1011

Open
chfast opened this issue Sep 17, 2024 · 0 comments
Open

Always optimize cryptography functions #1011

chfast opened this issue Sep 17, 2024 · 0 comments
Labels

Comments

@chfast
Copy link
Member

chfast commented Sep 17, 2024

Optimize evmone_precompiles (or at least its hash functions) even for debug builds. Source code coverage reports for these are not very important and there are not many branches in the code anyway. But using not optimized hash functions slows down testing by a lot.

Use CMake's target_compile_options or set_source_files_properties and generator expressions to match compilers and build type.

@chfast chfast added the build label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant