Constellation / iv

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

Create Low Level Interpreter #69

Open Constellation opened 12 years ago

Constellation commented 12 years ago

Create Low Level Interpreter implemented in ASM. Like JSC LLInt, LuaJIT VM

Constellation commented 12 years ago

Initially, we implement it by GAS, GNU Assembler