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

Remove support for LLVM JIT #203

Open dibyendumajumdar opened 3 years ago

dibyendumajumdar commented 3 years ago

Now that we have MIR working on Windows, as well as AOT compilation support is coming soon, so we do not need the custom LLVM JIT backend anymore.