graalvm

Discuss GraalVM related topics. Use clojure 1.10.2 or newer for all new projects. Contribute to https://github.com/clj-easy/graal-docs and https://github.com/BrunoBonacci/graalvm-clojure. GraalVM slack: https://www.graalvm.org/slack-invitation/.
borkdude 2020-05-26T10:01:15.296500Z

https://epiccastle.io/blog/faster-graalvm-clojure-compilation-times/

๐Ÿ‘ 3
avi 2020-06-02T15:05:14.307800Z

This is great, thank you! One thing I donโ€™t quite get: does it really do anything to add -J-Dclojure.compiler.direct-linking=true to the invocation of native-image ? If so โ€” how?

borkdude 2020-06-02T15:08:50.308Z

I don't think so, since by then the code has already been AOT compiled by Clojure

avi 2020-06-02T15:09:00.308200Z

Right, I thought so. Thanks!