RFR: 8318446: C2: optimize stores into primitive arrays by combining values into larger store [v6]

Roland Westrelin roland at openjdk.org
Tue Jan 30 16:17:45 UTC 2024


On Tue, 30 Jan 2024 14:41:19 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

> Ok. Well in that case I might have to make a more intelligent pointer-analysis, and parse past ConvI2L and CastII nodes.

Do you still need a traversal of the graph to find the Stores or can you enqueue them for post loop opts then?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/16245#issuecomment-1917045747


More information about the hotspot-compiler-dev mailing list