RFR: 8344880: AArch64: Add compile time check for class offsets
Andrew Haley
aph at openjdk.org
Fri Dec 13 12:06:40 UTC 2024
On Fri, 13 Dec 2024 10:24:41 GMT, Andrew Haley <aph at openjdk.org> wrote:
> If instead of this PR we were to use some variant of `form_address()` on register+offset addresses, we wouldn't need to care about whether the offsets were compile-time constants or not, we wouldn't need this extra code, and the result would be easier to read and maintain.
e.g. a new `Address` constructor that takes an extra register and (optionally) an operand size.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22623#issuecomment-2541299635
More information about the shenandoah-dev
mailing list