RFR: 8347499: C2: Make `PhaseIdealLoop` eliminate more redundant safepoints in loops [v2]
Emanuel Peter
epeter at openjdk.org
Wed Apr 2 07:25:25 UTC 2025
On Tue, 25 Mar 2025 09:51:46 GMT, Qizheng Xing <qxing at openjdk.org> wrote:
> On the one hand, this situation won't occur in the current Compile::Optimize process. The Optimize method will always complete all inlining before performing loop optimization
And what about late inlining? Does that not happen after loop opts? Maybe we insert new SafePoints when inlining, I simply don't know enough about that.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23057#issuecomment-2771561565
More information about the hotspot-compiler-dev
mailing list