MyJIT is a small modular library for dynamic machine code generation. In other words, it can compile platform-independent intermediate language to processor-specific instructions which can be afterwards invoked as a regular function. The architecture of MyJIT is based on a simple register-based
... [More]
virtual machine with a RISC-like instruction set. Currently, it supports x86, AMD64, and SPARC processors. [Less]