RFR: JDK-8331732 : [PPC64] Unify and optimize code which converts != 0 to 1 [v7]

Suchismith Roy sroy at openjdk.org
Fri Jun 28 12:23:33 UTC 2024


On Fri, 28 Jun 2024 12:13:27 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

>> Suchismith Roy has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   register name and indendt
>
> src/hotspot/cpu/ppc/macroAssembler_ppc.cpp line 365:
> 
>> 363:     }
>> 364:   }
>> 365: }
> 
> Please find a better place to insert this function! It doesn't fit between the 2 functions which are related.

I am not sure how the functions have been grouped. I have grouped now based on the comment " Optimized instruction emittor" , which i think is relevant to this instruction.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19886#discussion_r1658660406


More information about the hotspot-dev mailing list