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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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.