Constellation / iv

ECMAScript Lexer / Parser / Interpreter / VM / method JIT written in C++
BSD 2-Clause "Simplified" License
415 stars 32 forks source link

Template array #73

Closed Constellation closed 12 years ago

Constellation commented 12 years ago

If all array values are constant, we can prepare it before execution and copy it.

Constellation commented 12 years ago

http://wiki.luajit.org/Optimizations#Template-Tables