Skip to content

Conversation

@matthewhall2
Copy link
Contributor

Enables transformation of invokeBasic, linkToStatic, and linkToSpecial calls into jitDispatchJ9Method acall nodes. Codegen recognizes this node in private linakge and produces code to directly call the MethodHandle target at runtime
- using a new PPCJ9HelperCall snippet when the target is interpreted
- otherwise branch and link to jit start pc of target

@matthewhall2 matthewhall2 requested a review from zl-wang November 13, 2025 20:06
Enables transformation of invokeBasic, linkToStatic, and linkToSpecial calls into jitDispatchJ9Method acall nodes. Codegen recognizes this node in private linakge and produces code to directly call the MethodHandle target at runtime - using a new PPCJ9HelperCall snippet when the target is interpreted - otherwise branch and link to jit start pc of target Signed-off-by: Matthew Hall <matthew.hall3@outlook.com>
@matthewhall2
Copy link
Contributor Author

matthewhall2 commented Nov 13, 2025

@zl-wang can I get a review on this please? This is what we discussed with @IBMJimmyk last week

@zl-wang
Copy link
Contributor

zl-wang commented Nov 13, 2025

will do, after i return from vacation next Wed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants