-
Notifications
You must be signed in to change notification settings - Fork 737
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Macros for Array Effective Address calculations are inherently inlined and seem to create much pressure either on register or code cash in Bytecode interpreter. They are rewritten in C and forced to be outlined specifically for GNU compilers on X and Z, where we saw regression when Offheap was introduced (what made the macros more complex, creating even more pressure). For other platforms where we did not see regression, we continue to inline (ATM unknown if outlining would have negative or possitive effect). Hence we still keep it in a header (*.h) file. Signed-off-by: Aleksandar Micic <[email protected]>
- Loading branch information
Aleksandar Micic
authored and
Aleksandar Micic
committed
Feb 7, 2025
1 parent
f714d73
commit a872cbd
Showing
2 changed files
with
74 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters