Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant