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-60196] Adjust jump table threshold #10274

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Conversation

graalvmbot
Copy link
Collaborator

Hi, this patch lowers the threshold of a table switch to emit a jump table. The current value is 4, which means an indirect jump is weighed roughly as 4 compare and branch instructions, which seems too large.

@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 10, 2024
@graalvmbot graalvmbot deleted the qam/jumptablethreshold branch December 10, 2024 09:26
@graalvmbot graalvmbot merged commit d9387e3 into master Dec 10, 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