[8u] RFR 8130150: Implement BigInteger.montgomeryMultiply intrinsic
Vladimir Kempik
vladimir.kempik at oracle.com
Wed Feb 17 13:22:45 UTC 2016
No.
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.
Right now I plan to replace asm inlines with slower c++ code to see if
it matters.
Vladimir.
On 17.02.2016 16:18, Andrew Haley wrote:
> And this is the same C++ compiler, compiling the same C++ source?
More information about the hotspot-compiler-dev
mailing list