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
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.