RFR (S): Failure after windows compiler upgrade
Kim Barrett
kim.barrett at oracle.com
Tue Apr 28 16:25:08 UTC 2015
On Apr 28, 2015, at 8:29 AM, Nils Eliasson <nils.eliasson at oracle.com> wrote:
>
> Which platforms did you ues SSE instructions on? It looks like the default for windows ia32 with VS2010 equals VS2013 with /arch:IA32 flag.
I haven’t actually written the code I was alluding to. I am working on card table scanning performance as a sort of background task, and research uncovered that there are ways to make use of SSE2 to get potentially significant gains. I was expecting to need a runtime test to decide whether to use that approach; the point where that test would occur would make it not have any impact on scanning performance. I think only 32bit (x86 obviously) platforms would require the runtime check, as SSE2 is (I think) always present for 64bit x86.
More information about the hotspot-dev
mailing list