RFR: 8280126: C2: detect and remove dead irreducible loops [v3]
Vladimir Kozlov
kvn at openjdk.org
Tue Jan 17 17:57:16 UTC 2023
On Fri, 13 Jan 2023 07:34:52 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
> Thus, the outer while-loop is not a loop, but just an if. Thus, all we have is an infinite irreducible loop, directly attached at the root.
Good point. I understand your comment now. Thanks!
-------------
PR: https://git.openjdk.org/jdk/pull/11764
More information about the hotspot-compiler-dev
mailing list