1 comment

[ 3.6 ms ] story [ 6.8 ms ] thread
"""

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