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

←Older revision Revision as of 08:42, 30 August 2019
Line 2: Line 2:
Or use [[AOT]] to compile [[Java]] (or [[Kotlin]]) to [[JavaScript]] via [[Bck2Brwsr]] VM.
Or use [[AOT]] to compile [[Java]] (or [[Kotlin]]) to [[JavaScript]] via [[Bck2Brwsr]] VM.
 +
 +
 +
=== [[AOT] Made [[AOTMadeFaster|Faster]] ===
 +
 +
{{:AOTMadeFaster}}

JaroslavTulach at 06:44, 27 September 2018 - 2018-09-27 06:44:25

←Older revision Revision as of 06:44, 27 September 2018
Line 1: Line 1:
-
Ahead of time compilation. Take your application (for example in [[Java]]) and compile it into native binary (via [[SubstrateVM]]) or [[JavaScript]] (via [[Bck2Brwsr]] VM).
+
[[AOT]] stands for [[wikipedia:Ahead-of-time_compilation|Ahead of time]] compilation. Take your application (for example in [[Java]]) and compile it into native binary (via [[SubstrateVM]]). That way you get all the benefits people use [[Go]] for, without the drawbacks associated with the [[Go]] offering.
 +
 
 +
Or use [[AOT]] to compile [[Java]] (or [[Kotlin]]) to [[JavaScript]] via [[Bck2Brwsr]] VM.

JaroslavTulach: New page: Ahead of time compilation. Take your application (for example in Java) and compile it into native binary (via SubstrateVM) or JavaScript (via Bck2Brwsr VM). - 2017-11-20 12:29:23

New page: Ahead of time compilation. Take your application (for example in Java) and compile it into native binary (via SubstrateVM) or JavaScript (via Bck2Brwsr VM).

New page

Ahead of time compilation. Take your application (for example in [[Java]]) and compile it into native binary (via [[SubstrateVM]]) or [[JavaScript]] (via [[Bck2Brwsr]] VM).