SubstrateVM
From APIDesign
(Difference between revisions)
JaroslavTulach (Talk | contribs)
(New page: '''SubstrateVM''' is a part of GraalVM which focuses on AOT compilation. It can take a regular Java application and compile it into native binary. Here is an example that conve...)
Next diff →
Revision as of 12:27, 20 November 2017
SubstrateVM is a part of GraalVM which focuses on AOT compilation. It can take a regular Java application and compile it into native binary. Here is an example that converts a JSON parser into such native executable: jsonparse.