RFR: 8295257: Remove implicit noreg temp register arguments in aarch64 MacroAssembler
Hao Sun
haosun at openjdk.org
Thu Oct 13 08:45:11 UTC 2022
On Thu, 13 Oct 2022 08:33:15 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:
> > I wonder if we can remove the implicit `= noreg` arguments for `load_sized_value()` and `store_sized_value()` as well?
>
> The argument can be removed all together. `Register dst2` and `Register src2` just seems to be leftovers from when this was created from the x86 MacroAssembler. They are only used for x86_32. I did not remove them in this patch as that change is more of a trivial code cleanup. (Removing unused arguments).
Okay. Thanks.
LGTM (I'm not a Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/10688
More information about the hotspot-dev
mailing list