RFR: 8261553: Efficient mask generation using BMI2 BZHI instruction [v3]
Claes Redestad
redestad at openjdk.java.net
Wed Feb 17 11:47:47 UTC 2021
On Mon, 15 Feb 2021 18:55:02 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> BMI2 BHZI instruction can be used to optimize the instruction sequence
>> used for mask generation at various place in array copy stubs and partial in-lining for small copy operations.
>
> Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:
>
> 8261553 : Aligning main copy loop to prevent any penalty due to LSD and DSB misses.
Marked as reviewed by redestad (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/2522
More information about the hotspot-compiler-dev
mailing list