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

[Backport] 8333334: C2: Make result of Node::dominates more precise to enhance scalar replacement #104

Closed
MaxXSoft opened this issue Sep 5, 2024 · 0 comments

Comments

@MaxXSoft
Copy link
Collaborator

MaxXSoft commented Sep 5, 2024

Backport this patch to improve performance.

Check openjdk/jdk#19496 for more details.

MaxXSoft added a commit to MaxXSoft/dragonwell21 that referenced this issue Sep 5, 2024
… to enhance scalar replacement

Summary: This patch changes the algorithm of `Node::dominates` to make the result more precise, allows the iterators of `ConcurrentHashMap` to be scalar replaced, and makes the iteration ~30% faster.

Testing: CI testing, IR test

Reviewers: kuaiwei, JoshuaZhuwj

Issue: dragonwell-project#104
MaxXSoft added a commit that referenced this issue Sep 20, 2024
… to enhance scalar replacement

Summary: This patch changes the algorithm of `Node::dominates` to make the result more precise, allows the iterators of `ConcurrentHashMap` to be scalar replaced, and makes the iteration ~30% faster.

Testing: CI testing, IR test

Reviewers: kuaiwei, JoshuaZhuwj

Issue: #104
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant