jscomp - Ahead of time JavaScript compiler Sep 28, 2015 JSC is a classic "ahead-of-time" compiler. At compile time it generates static executable code (currently C++). It implements ECMAScript 5 (with some minor exceptions) and provides an ever increasing level of Node.js API compatibility. view source Advertisement