[PATCH] D66012: [AArch64][Statepoints] Statepoint support for AArch64.

Loïc Ottet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 21 08:42:03 PST 2020


loicottet added a comment.

In D66012#1883251 <https://reviews.llvm.org/D66012#1883251>, @doctorpangloss wrote:

> Just pinging this issue as a GraalVM user, this is blocking the most realistic way forward for Java for interop libraries, iOS or WASM. Gluon <https://github.com/gluonhq/substrate/blob/7a42ff63f1f446051d7f5b95f6aff589b52ad759/src/main/java/com/gluonhq/substrate/target/IosTargetConfiguration.java#L117> does not appear to use this patch for iOS and Graal 20 does not ship with it either in their in-tree LLVM fork. So maybe I'm misunderstanding how important it is. But please take another look.


The patch is now included the LLVM fork of GraalVM and will be included in the next release. AFAIK Gluon should switch to using this build as well in the near future.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66012/new/

https://reviews.llvm.org/D66012





More information about the llvm-commits mailing list