Publication | Open Access
JavaScript AOT compilation
20
Citations
21
References
2018
Year
Unknown Venue
Jit CompilationEngineeringProgram AnalysisCompiler TechnologyCompiler SupportComputer EngineeringComputer ArchitectureJavascript Aot CompilationStatic CompilationMany Ecmascript 2017Computer ScienceCompilersOptimizing CompilerStatic Program AnalysisAspect-oriented ProgrammingDynamic Compilation
Static compilation, a.k.a., ahead-of-time (AOT) compilation, is an alternative approach to JIT compilation that can combine good speed and lightweight memory footprint, and that can accommodate read-only memory constraints that are imposed by some devices and some operating systems. Unfortunately the highly dynamic nature of JavaScript makes it hard to compile statically and all existing AOT compilers have either gave up on good performance or full language support. We have designed and implemented an AOT compiler that aims at satisfying both. It supports full unrestricted ECMAScript 5.1 plus many ECMAScript 2017 features and the majority of benchmarks are within 50
| Year | Citations | |
|---|---|---|
Page 1
Page 1