-
Notifications
You must be signed in to change notification settings - Fork 736
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
Recognize StringLatin1.inflate([BI[BII)V #20867
base: master
Are you sure you want to change the base?
Conversation
Jenkins test sanity plinux,xlinux jdk17 |
c7c5e71
to
06e8758
Compare
Jenkins test sanity plinux,xlinux jdk11,jdk17 |
We have code-gen intrinsics for this function on some platforms (like x86). We need to know that doesn't cause a performance regression. |
@BradleyWood The existing method recognition is for |
372ee50
to
021979d
Compare
Jenkins test sanity plinux,xlinux jdk11,jdk21 |
021979d
to
9797b53
Compare
Jenkins test sanity plinux,xlinux jdk11,jdk21 |
This commit recognizes StringLatin1.inflate([BI[BII)V and changes it to an arraytranslate node with boundary checks. Signed-off-by: KONNO Kazuhiro <[email protected]>
9797b53
to
c386705
Compare
Jenkins test sanity plinux,xlinux jdk11,jdk21 |
This commit adds 5 |
@0xdaryl Please assign someone appropriate for review. Thanks. |
This commit recognizes StringLatin1.inflate([BI[BII)V and changes it to an arraytranslate node with boundary checks.