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/.
Adrian Smith 2020-02-20T00:44:24.072600Z

I downgraded from graalvm 20 to 19.3.1 and my compile works 😮

borkdude 2020-02-20T08:00:53.073200Z

@sfyire Oh that's interesting. Hopefully you can post an issue at the GraalVM github.

borkdude 2020-02-20T08:01:00.073400Z

fwiw I'm also still using 19.3

borkdude 2020-02-20T10:22:58.074Z

@sfyire You can also try to reach out in the #native-image channel on the GraalVM slack

borkdude 2020-02-20T10:23:32.074200Z

https://www.graalvm.org/slack-invitation/

borkdude 2020-02-20T17:27:27.074900Z

so the perf issue on macos turned out to be related to dynamic linking which isn't always needed, so they're going to make it conditional now. that's all

2020-02-20T22:04:11.075700Z

at least it was something that could be attended to easily!