MyJIT is a small modular library for dynamic code generation based on a simple register-based VM. The design of the VM is very similar to RISC processors and GNU lightning. The library is an ideal tool for creating more sophisticated JIT compilers.
| Tags | Compilers Library Virtual Machine jit |
|---|---|
| Licenses | LGPLv3 |
| Operating Systems | Unix Linux |
| Implementation | C |
| Translations | English |
Recent releases


Release Notes: This a maintenance release fixing several memory leaks.


Release Notes: This release adds support for optimizations. The output code should be smaller and faster.


Release Notes: This release contains a completely new and more efficient register allocator.


Release Notes: This is a maintenance release that is merging i386 and AMD-64 specific parts together. Minor bugs have been fixed, and the AMD-64 code generator has been improved to produce slightly faster machine code while dealing with unsigned values.


Release Notes: This release fixes multiple issues on AMD64 and adds support for Mac OS X.