JaroslavTulach at 08:42, 30 August 2019 - 2019-08-30 08:42:07

←Older revision Revision as of 08:42, 30 August 2019
Line 2: Line 2:
[[SubstrateVM]] is a re-implementation of the [[JVM]] on a completely different basis and thus it can produce small, [[HotSpot]] independent code that starts fast and runs well in cloud based environment.
[[SubstrateVM]] is a re-implementation of the [[JVM]] on a completely different basis and thus it can produce small, [[HotSpot]] independent code that starts fast and runs well in cloud based environment.
 +
 +
{{:AOTMadeFaster}}

JaroslavTulach at 08:41, 30 August 2019 - 2019-08-30 08:41:25

←Older revision Revision as of 08:41, 30 August 2019
Line 1: Line 1:
-
'''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: [https://github.com/JaroslavTulach/incubator-netbeans-html4j/blob/examples/examples/jsonparse/README.md jsonparse].
+
'''SubstrateVM''' is an internal project name for a [[Native image]] tool (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: [https://github.com/JaroslavTulach/incubator-netbeans-html4j/blob/examples/examples/jsonparse/README.md jsonparse].
[[SubstrateVM]] is a re-implementation of the [[JVM]] on a completely different basis and thus it can produce small, [[HotSpot]] independent code that starts fast and runs well in cloud based environment.
[[SubstrateVM]] is a re-implementation of the [[JVM]] on a completely different basis and thus it can produce small, [[HotSpot]] independent code that starts fast and runs well in cloud based environment.

JaroslavTulach at 15:11, 1 October 2018 - 2018-10-01 15:11:23

←Older revision Revision as of 15:11, 1 October 2018
Line 1: Line 1:
'''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: [https://github.com/JaroslavTulach/incubator-netbeans-html4j/blob/examples/examples/jsonparse/README.md jsonparse].
'''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: [https://github.com/JaroslavTulach/incubator-netbeans-html4j/blob/examples/examples/jsonparse/README.md jsonparse].
-
[[SubstrateVM]] is a complete re-implementation of the [[JVM]] and thus it can produce small, [[HotSpot]] independent code that starts fast and runs well in cloud based environment.
+
[[SubstrateVM]] is a re-implementation of the [[JVM]] on a completely different basis and thus it can produce small, [[HotSpot]] independent code that starts fast and runs well in cloud based environment.

JaroslavTulach at 12:30, 20 November 2017 - 2017-11-20 12:30:26

←Older revision Revision as of 12:30, 20 November 2017
Line 1: Line 1:
'''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: [https://github.com/JaroslavTulach/incubator-netbeans-html4j/blob/examples/examples/jsonparse/README.md jsonparse].
'''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: [https://github.com/JaroslavTulach/incubator-netbeans-html4j/blob/examples/examples/jsonparse/README.md jsonparse].
 +
 +
[[SubstrateVM]] is a complete re-implementation of the [[JVM]] and thus it can produce small, [[HotSpot]] independent code that starts fast and runs well in cloud based environment.

JaroslavTulach: 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... - 2017-11-20 12:27:54

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...

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 converts a [[JSON]] parser into such native executable: [https://github.com/JaroslavTulach/incubator-netbeans-html4j/blob/examples/examples/jsonparse/README.md jsonparse].