The yk meta-tracing system

(github.com)

2 points | by gjvc 7 hours ago ago

1 comments

  • gjvc 7 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