2 pointsby gjvc2 hours ago1 comment
  • gjvc2 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