Thesis project at ETH Zurich, work in progress
$ mvn package
# build native image:
$ export JAVA_HOME=/path/to/graalvm
$ export GRAALPHP_BUILD_NATIVE="true"
$ ./tools/build-local.sh
- see PHP Language Specification at ./docs/specs/
- Performance is going to be evaluated based on benchmarks by The Computer Language Benchmarks Game
- See benchmarks at ./docs/benchmarks
- Graal Github Issue :: oracle/graal#361
- Truffle Simplelanguage :: https://www.graalvm.org/docs/graalvm-as-a-platform/implement-language/