RFR: 8281815: x86: Use short jumps in TIG::generate_slow_signature_handler
Aleksey Shipilev
shade at openjdk.java.net
Thu Feb 17 08:47:12 UTC 2022
On Thu, 17 Feb 2022 08:43:33 GMT, Richard Reingruber <rrich at openjdk.org> wrote:
> Yes it is another way of doing so. For me the intend is clearer. Also you can pass a `NearLabel` to an assembler method that takes a `Label` parameter and there you can optimize if the passed `Label` is actually a `NearLabel`.
True. I would like to consider that out of scope for this PR, would you agree?
-------------
PR: https://git.openjdk.java.net/jdk/pull/7475
More information about the hotspot-dev
mailing list