RFR: 8289943: Simplify some object allocation merges
Cesar Soares
duke at openjdk.org
Tue Jul 12 00:59:23 UTC 2022
On Mon, 11 Jul 2022 23:42:13 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> After looking more on changes I noticed that you exit compute_escape() before adjust_scalar_replaceable_state() is called.
No worries. I'm currently working to make `reduce_allocation_merges` be executed as part of compute_escape so that we can take benefit from iterative EA executions.
-------------
PR: https://git.openjdk.org/jdk/pull/9073
More information about the hotspot-compiler-dev
mailing list