Skip to content

bnoordhuis/quickjit

Repository files navigation

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

Resources

License

Unknown, LGPL-2.1 licenses found

Licenses found

Unknown
LICENSE.quickjs
LGPL-2.1
LICENSE.tinycc

Stars

Watchers

Forks

Releases

No releases published

Languages