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

Emanuel Peter epeter at openjdk.org
Wed Mar 6 10:16:51 UTC 2024


On Wed, 6 Mar 2024 08:36:28 GMT, Roland Westrelin <roland at openjdk.org> wrote:

>> Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   a little bit of casting for debug printing code
>
> src/hotspot/share/opto/compile.cpp line 2927:
> 
>> 2925: }
>> 2926: 
>> 2927: void Compile::gather_nodes_for_merge_stores(PhaseIterGVN &igvn) {
> 
> This is going away, right?

Good catch, it is now dead code!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16245#discussion_r1514201265


More information about the hotspot-compiler-dev mailing list