RFR: 8269516: AArch64: Assembler cleanups [v2]

Andrew Haley aph at openjdk.java.net
Mon Jun 28 12:48:29 UTC 2021


> 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

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/4612/files
  - new: https://git.openjdk.java.net/jdk/pull/4612/files/485c878a..cfc5cbfc

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4612&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4612&range=00-01

  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4612.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4612/head:pull/4612

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


More information about the hotspot-compiler-dev mailing list