RFR: 8292628: x86: Improve handling of constants in trigonometric stubs [v3]

Vladimir Kozlov kvn at openjdk.org
Fri Aug 19 23:30:50 UTC 2022


On Fri, 19 Aug 2022 17:53:08 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
>
> Vladimir Ivanov has updated the pull request incrementally with one additional commit since the last revision:
> 
>   cleanups

Seems fine to me. Thank you for doing this cleanup.

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

Marked as reviewed by kvn (Reviewer).

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


More information about the hotspot-dev mailing list