MyJIT is a small library allowing to (JIT) compile intermediate language into the machine code and subsequently execute it.
Features
- generates machine code just-in-time
- support for i386, AMD64, and SPARC
- easy to use and easy to extend design
- fully embeddable library
- convenient debugging
License
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow MyJIT
Other Useful Business Software
$300 in Free Credit Towards Top Cloud Services
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
Rate This Project
Login To Rate This Project
User Reviews
-
It was very easy to embed into my hobby OS project, even directly into kernel mode with virtually no problems. I think I am detecting some memory leaks with its usage of malloc/free but results are inconclusive so far.