Loading [MathJax]/extensions/MathMenu.js
Augmenting JavaScript JIT with ahead-of-time compilation | IEEE Conference Publication | IEEE Xplore

Augmenting JavaScript JIT with ahead-of-time compilation


Abstract:

Modern JavaScript engines use just-in-time (JIT) compilation to produce a binary code. JIT compilers are limited in a complexity of optimizations they can perform at a ru...Show More

Abstract:

Modern JavaScript engines use just-in-time (JIT) compilation to produce a binary code. JIT compilers are limited in a complexity of optimizations they can perform at a runtime without delaying an execution. On the contrary, ahead-of-time (AOT) compilers don't have such limitations, but they are not well suited for compiling dynamic languages such as JavaScript. In the paper we discuss methods for augmenting multi-tiered JavaScript JIT with a capability for AOT compilation, so to reduce program startup time and to move complex optimizations to AOT phase. We have implemented saving of JavaScript programs as a binary package containing bytecode and native code in open-source WebKit library. Our implementation allows shipping of JavaScript programs not only as a source code, but also as application binary packages with a precompiled code. In addition, our approach does not require any language feature restrictions. This has resulted in performance gain for popular JavaScript benchmarks such as SunSpider and Kraken on ARM platform, however, at a cost of increased package size.
Date of Conference: 28 September 2015 - 02 October 2015
Date Added to IEEE Xplore: 17 December 2015
Electronic ISBN:978-1-4673-7562-7
Conference Location: Yerevan, Armenia

Contact IEEE to Subscribe

References

References is not available for this document.