A code generation system for JS.
runtime-compiler
combines all code generation process into one Function
call.
This makes it possible to bypass startup time code generation using ahead of time compilation while also speeds up runtime code generation.