logo

The yk meta-tracing system

Posted by gjvc |3 hours ago |1 comments

gjvc 3 hours ago

"""

yk is a meta-tracing system that turns existing C interpreters into JIT-compiling VMs. It is comprised of two major components:

ykllvm is a fork of LLVM that must be used to: compile C interpreters with the necessary extra information for yk; link in the yk Rust library.

The yk Rust library is the core of the run-time JIT system.

"""

fucking mental