Constellation / iv

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

Implement MonoIC #75

Closed Constellation closed 11 years ago

Constellation commented 11 years ago

Implement MonoIC for Global object property lookup.

Constellation commented 11 years ago

MonoICs for Global variable load / store are implemented.