-
Notifications
You must be signed in to change notification settings - Fork 729
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
Use standardized branch range queries on Power #4959
Conversation
* Use the standard CodeGenerator query `directCallRequiresTrampolines` to determine the need for trampolines for direct calls and helpers. * Use platform-specific CPU queries to test call or branch instruction ranges when a CodeGenerator object is not available. * Remove forward and backward branch range macros Signed-off-by: Daryl Maier <[email protected]>
Jenkins test sanity plinux,aix jdk11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I will take a look this afternoon. |
Jenkins test extended plinux,aix jdk11 |
Jenkins test extended plinux jdk11 |
Jenkins test extended aix jdk11 Previous build failed early for infrastructural reasons. One more try... |
AIX extended test failures are #3081, which is not due to this PR. This PR can be merged (please). |
Use the standard CodeGenerator query
directCallRequiresTrampolines
todetermine the need for trampolines for direct calls and helpers.
Use platform-specific CPU queries to test call or branch instruction ranges
when a CodeGenerator object is not available.
Remove forward and backward branch range macros
Signed-off-by: Daryl Maier [email protected]