dibyendumajumdar / ravi

Ravi is a dialect of Lua, featuring limited optional static typing, JIT and AOT compilers
http://ravilang.github.io/
Other
1.16k stars 60 forks source link

Implement new JIT using Eclipse OMR JIT framework #110

Open dibyendumajumdar opened 7 years ago

dibyendumajumdar commented 7 years ago

IBM has open sourced the J9 JIT engine under Eclipse umbrella.

https://github.com/eclipse/omr

I'd like to support this Ravi in the hope that this will provide a lighter weight and faster JIT compiler compared to LLVM.

dibyendumajumdar commented 7 years ago

There is an IBM initiative to create a Lua JIT using OMR. https://github.com/Leonardo2718/lua-vermelha Best to wait and see how that goes.

dibyendumajumdar commented 6 years ago

Looking at this again in the quest for a small but optimizing JIT backend