bnoordhuis / quickjit

quickjs meets jit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quickjit

quickjs meets jit

what?

This is a fork of QuickJS that just-in-time compiles JavaScript code to native machine code.

how?

QuickJS compiles JavaScript to bytecode. QuickJIT then takes the bytecode, translates it to C and compiles it with tcc.

license

QuickJIT has the same license as QuickJS. tcc is LGPL.

About

quickjs meets jit

License:Other


Languages

Language:C 100.0%Language:Makefile 0.0%