RFR: JDK-8323497: On x64, use 32-bit immediate moves for narrow klass base if possible
Aleksey Shipilev
shade at openjdk.org
Tue Jan 30 11:51:50 UTC 2024
On Wed, 10 Jan 2024 09:45:44 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> [deleted]
>
> God you are fast.
>
> movptr looks suitable. Why did you name it "ptr" if its not for pointers?
I haven't changed the name of the method. `movptr` means "move something of the width of the machine pointer", like everywhere else in assembler code. That fits your case, I think?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17340#discussion_r1447131691
More information about the hotspot-dev
mailing list