RFR: 8316125: Windows call_stub unnecessarily saves xmm16-31 when UseAVX>=3
Daniel Jeliński
djelinski at openjdk.org
Thu Sep 21 12:31:41 UTC 2023
On Tue, 12 Sep 2023 17:10:38 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:
> Please review this patch that removes saving of xmm16-xmm31 registers from Windows call_stub.
>
> Windows ABI only mandates saving xmm6-xmm15, which we continue to do here.
>
> No new tests. Mach5 tier1-5 builds and tests clean.
@jatin-bhateja or @sviswa7 would one of you be able to find out why the current code saves the high XMM registers?
The code was provided by @mcberg2016, but he's no longer around as far as I can tell.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15688#issuecomment-1729470545
More information about the hotspot-dev
mailing list