Installation Instructions
- Download latest GraalVM: https://www.graalvm.org/docs/reference-manual/
- Download IGV: https://www.oracle.com/downloads/graalvm-downloads.html
- set GRAALVM_HOME to the unpacked GraalVM home folder
- Clone this repository
git clone [email protected]:chumer/pedemo.git
5a. Eclipse: Install eclipse m2e plugin and use existing eclipse config by importing it as existing project. 5b. Maven or other IDE: Import Maven project into your IDE or build with mvn package. - Open IGV
- Run demos. e.g.
./demo1 -dump
to dump to igv or./demo1 -disassemble
to see the assembly.