On Sat, 22 Aug 2026 17:22:24 GMT, Quan Anh Mai <[email protected]> wrote:

>> Shawn Emery has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Implement comment from merykitty
>
> test/micro/org/openjdk/bench/javax/crypto/full/PolynomialP256Bench.java line 
> 98:
> 
>> 96:         MutableIntegerModuloP test2 = one.mutable();
>> 97:         for (int i = 0; i< 10000; i++) {
>> 98:             test1.conditionalSet(test2, 0);
> 
> Can you simply disallow inlining of `conditionalSet` instead?

Thank you @merykitty!  After updating the code with this solution, the 
intrinsics performance was inline (no pun intended) with the other intrinsics 
performance for multiplication and squaring.  Done!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/32047#discussion_r3850390976

Reply via email to