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.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Esta é uma liberação de manutenção que está se fundindo i386 e AMD-64 partes específicas juntos. Pequenos bugs foram corrigidos, e os processadores AMD gerador de código-64 foi aperfeiçoado para produzir código de máquina um pouco mais rápido ao lidar com os valores sem sinal.
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.