-
Notifications
You must be signed in to change notification settings - Fork 767
Enable EncodeASCII acceleration for off-heap #21855
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
Conversation
Marking this WIP while I launch a personal test build. |
launched personal build for verification. |
This already uses `TR::TransformUtil::generateFirstArrayElementAddressTrees` API to generate appropriate trees for off-heap and non off-heap modes so no change is needed to the evaluator. Signed-off-by: Shubham Verma <[email protected]>
426bea5
to
4cc160c
Compare
My personal build passed without any failures. @dchopra001, @r30shah , @zl-wang Can I please get a review? |
Jenkins test sanity zlinux jdk11,jdk21 |
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
@dchopra001 / @zl-wang Can I please get final set or reviews? |
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
sorry @r30shah I hit the merge button too soon, should leave it for you to merge; |
@zl-wang yup that's correct |
No worries - Needed to get this one in before we split for 0.53 so all good. |
This already uses
TR::TransformUtil::generateFirstArrayElementAddressTrees
API to generate appropriate trees for off-heap and non off-heap modes so no change is needed to the evaluator.