RFR: 8173709: Fix VerifyLoopOptimizations - step 1
Roberto Castañeda Lozano
rcastanedalo at openjdk.org
Wed Mar 29 08:15:47 UTC 2023
On Wed, 29 Mar 2023 08:01:35 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
> VerifyLoopOptimizations has quite the overhead. First, you need to build the loop-tree. That alone consists of multiple traversals over the whole graph.
Thanks, would be interesting to quantify this overhead, just to make sure we are not being overcautious here.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13207#issuecomment-1488136114
More information about the hotspot-compiler-dev
mailing list