Integrated: 8292628: x86: Improve handling of constants in trigonometric stubs

Vladimir Ivanov vlivanov at openjdk.org
Sat Aug 20 00:41:59 UTC 2022


On Thu, 18 Aug 2022 16:52:36 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

> Improve how constants are handled in trigonometric stubs on x86. 
> In particular, extract shared constants into a separate file and 
> encapsulate them in MacroAssembler.
> 
> Also, some minor cleanups included. 
> 
> Testing:
>  - [x] hs-tier1 - hs-tier4
>  - [x] x86_32 build

This pull request has now been integrated.

Changeset: 44532009
Author:    Vladimir Ivanov <vlivanov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/44532009fff11884aa6f16a997b771c41cb01d2f
Stats:     878 lines in 14 files changed: 323 ins; 450 del; 105 mod

8292628: x86: Improve handling of constants in trigonometric stubs

Reviewed-by: shade, kvn

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

PR: https://git.openjdk.org/jdk/pull/9923


More information about the hotspot-dev mailing list