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

[GR-60152] Emit the jump tables in a slow path #10273

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Conversation

graalvmbot
Copy link
Collaborator

Hi,

This small patch tries to emit the jump table in an outlined slowpath stub instead of directly after the jump instruction. This helps reduce the code size if the jump is in a loop, allows the branches to be more efficiently fetched and reduce pollution of the i-cache.

Please take a look and leave your reviews, thanks a lot.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 9, 2024
@graalvmbot graalvmbot closed this Dec 11, 2024
@graalvmbot graalvmbot deleted the qam/outlinejumptable branch December 11, 2024 16:41
@graalvmbot graalvmbot merged commit 0ccc205 into master Dec 11, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant