Tue, 21 May 2019 15:46:09 +0200 8173196: [REDO] C2 does not optimize redundant memory operations with G1
roland [Tue, 21 May 2019 15:46:09 +0200] rev 55151
8173196: [REDO] C2 does not optimize redundant memory operations with G1 Reviewed-by: thartmann, kvn
Tue, 28 May 2019 14:56:58 +0200 8223363: Bad node estimate assertion failure
phedlin [Tue, 28 May 2019 14:56:58 +0200] rev 55150
8223363: Bad node estimate assertion failure 8223502: Node estimate for loop unswitching is not correct: assert(delta <= 2 * required) failed: Bad node estimate 8224648: assert(!exceeding_node_budget()) failed: Too many NODES required! failure with ctw Summary: Tighten the node estimates. New est_loop_clone_sz() implementation that will compute a "fan-out" complexity estimate as part of the size estimate (to better estimate complex loop body size after cloning). New est_loop_unroll_sz() function, used to estimate the size of a loop body att full/maximal unrolling. Correction to node budget final tests and asserts. Reviewed-by: neliasso, kvn
(0) -30000 -10000 -3000 -1000 -300 -100 -30 -10 -2 +2 +10 +30 +100 +300 +1000 +3000 tip