V8 and other modern JavaScript engines get their speed via just-in-time (JIT) compilation of script to native machine code immediately prior to execution. Code is initially compiled by a baseline compiler, which can generate non-optimized machine code quickly.
from #lzodevelopment http://ift.tt/2c3N8J4
via lzo development
No comments:
Post a Comment