RFR: 8253757: Add LLVM-based backend for hsdis [v5]
Ludovic Henry
luhenry at openjdk.java.net
Thu Oct 1 04:06:07 UTC 2020
> When bringing up Hotspot onto new platforms, it is not always possible to compile hsdis because gcc is not yet
> available. For example, for Windows-AArch64 and macOS-AArch64.
> For some such platforms, it is possible to use LLVM as an alternative backend as it also supports a disassembler
> feature.
Ludovic Henry has updated the pull request incrementally with one additional commit since the last revision:
Document the case of cross-compiled LLVM
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/392/files
- new: https://git.openjdk.java.net/jdk/pull/392/files/c497b30f..2a1c724c
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=392&range=04
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=392&range=03-04
Stats: 32 lines in 2 files changed: 20 ins; 6 del; 6 mod
Patch: https://git.openjdk.java.net/jdk/pull/392.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/392/head:pull/392
PR: https://git.openjdk.java.net/jdk/pull/392
More information about the hotspot-compiler-dev
mailing list