|
|
|
|
|
by mukel
1969 days ago
|
|
Running on HotSpot is an advantage for the development of Java on Truffle itself; the tooling is amazing, debugger, inspectability, you can debug the VM as a normal Java application...
GraalVM can compile an AOT version of Java on Truffle, then no JVM is needed. |
|