MyJIT Library 0.9.0.0
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 virtual machine with a RISC-like instruction set. Currently, it supports x86, AMD64, and SPARC processors.
Tags | code-generator compiler c posix |
---|---|
License | GNU LGPLv3 |
State | beta |