[8u] RFR 8130150: Implement BigInteger.montgomeryMultiply intrinsic

Andrew Haley aph at redhat.com
Wed Feb 17 13:26:03 UTC 2016


On 02/17/2016 01:22 PM, Vladimir Kempik wrote:
> It's slightly newer c++ compiler compiling same c++ source.
> 
> Only obvious difference  is how they process asm inlines. solaris studio 
> compiler is compatible with gcc asm inlines, but some caveats might exist.

Okay.  I did test this pretty carefully on Solaris studio when I wrote
it, but I suppose there might have been a compiler-related regression.

> Right now I plan to replace asm inlines with slower c++ code to see if 
> it matters.

Fair enough.  Please keep me in the loop.

Andrew.



More information about the hotspot-compiler-dev mailing list