clj-easy / graal-docs

Scripts and tips to get Clojure latest working with GraalVM latest
Eclipse Public License 1.0
387 stars 20 forks source link

Notes on building GraalVM native-image itself #33

Open borkdude opened 4 years ago

borkdude commented 4 years ago

Conversation with @retrogradeorbit on Slack.

theyre at a deeper level in the project new messages 5:47 PM https://github.com/oracle/graal/blob/master/substratevm/README.md substratevm/README.md

Substrate VM

Introduction

Substrate VM is a framework that allows ahead-of-time (AOT) compilation of Java applications under closed-world assumption into executable images or shared objects (ELF-64 or 64-bit Mach-O). Show more https://github.com/oracle/graal|oracle/graaloracle/graal | Added by GitHub

5:48 PM and I got through some issues with this: https://github.com/oracle/graal/blob/master/.travis.yml#L108-L110 .travis.yml:108-110