lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello list,

I have been working on a JIT compiler for Lua 5.3 called Lua Vermelha
that leverages the Eclipse OMR compiler technology
(https://github.com/eclipse/omr). The goal of the project is to develop
a JIT that can be easily integrated into the PUC-Rio Lua VM. The JIT is
built using the Eclipse OMR JitBuilder framework.

The project is still in its infancy and not ready for production
environments. It's far enough along though that I wanted to share it so
others can follow its progress and (hopefully) contribute.

The code is available here:
https://github.com/Leonardo2718/lua-vermelha

Any feedback, suggestions, and offers of help are welcome.

-- 
Leonardo