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

Stop Inlining Address Translation #192

Merged
merged 2 commits into from
Jul 12, 2021

Conversation

Lichtso
Copy link

@Lichtso Lichtso commented Jul 9, 2021

The emitted x86 machinecode is currently extremely long because all address translations are inlined.

E.g. the ec_math.so benchmark emitted 1417832 bytes and is now down to 651211 bytes. That is a reduction of 54% !

@Lichtso Lichtso added the enhancement New feature or request label Jul 9, 2021
@Lichtso Lichtso merged commit 558f567 into main Jul 12, 2021
@Lichtso Lichtso deleted the feature/address_translation_performance branch July 12, 2021 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant