RFR: 8307352: AARCH64: Improve itable_stub [v2]
Boris Ulasevich
bulasevich at openjdk.org
Mon Aug 7 08:12:02 UTC 2023
On Wed, 12 Jul 2023 11:45:34 GMT, Volker Simonis <simonis at openjdk.org> wrote:
>> src/hotspot/cpu/aarch64/vtableStubs_aarch64.cpp line 200:
>>
>>> 198: temp_reg, temp_reg2, temp_reg3, itable_index, L_no_such_interface);
>>> 199:
>>> 200: const ptrdiff_t lookupSize = __ pc() - start_pc;
>>
>> I think you can rename `lookupSize` into `codesize`.
>
> Agree.
Done. Thanks
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13792#discussion_r1285521784
More information about the hotspot-dev
mailing list