#jit
Wiki 2
- Meta-Tracing JIT compilation technique that traces the interpreter executing guest code, not the guest code itself
- Retrofitting JIT Compilers into C Interpreters How yk uses meta-tracing to automatically derive JIT compilers from C interpreters with ~400 lines of changes
Toolbox 2
- XS (xslang) Language shipping compiler, JIT, LSP and full toolchain in one 2.9 MB binary across six backends
- yk Meta-tracing system that adds a JIT to an existing C interpreter for about 400 lines of changes