You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… 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
… 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
Backport this patch to improve performance.
Check openjdk/jdk#19496 for more details.
The text was updated successfully, but these errors were encountered: