RFR: 8269516: AArch64: Assembler cleanups [v2]

Nick Gasson ngasson at openjdk.java.net
Wed Jun 30 01:43:05 UTC 2021


On Mon, 28 Jun 2021 12:48:29 GMT, Andrew Haley <aph at openjdk.org> wrote:

>> The core of the AArch64 assembler is unnecessarily complex, with multiple indirections from class Assembler. We can get rid of them, which makes libjvm.so faster and smaller. Also, there are some dubious casts from FloatRegister to Register which should use a proper conversion function.
>
> Andrew Haley has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Line too log

Looks OK to me

-------------

Marked as reviewed by ngasson (Committer).

PR: https://git.openjdk.java.net/jdk/pull/4612


More information about the hotspot-compiler-dev mailing list