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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.