lua-users home
lua-l archive

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


I'm curious what prompted you to experiment with libgccjit if you were already working with llvm. Was it a specific limitation you were bumping against, or are you just exploring options to see what you like best/gives you the best performance? Have you also looked at GNU libjit? That one might be x86 only; I'm not sure what their platform support looks like, or if it's actively maintained any more, actually.

On Sat, Jul 11, 2015 at 7:02 AM, Dibyendu Majumdar <mobile@majumdar.org.uk> wrote:
Hi,

I have just released v0.7 of Ravi. In this release:

* Lua 5.3.1 changes has been merged

* Function parameters can now be decorated with static types.

* Bit-wise operations may be JIT compiled for a subset of scenarios.

For full details please see:

https://github.com/dibyendumajumdar/ravi/releases

And the main website:

https://github.com/dibyendumajumdar/ravi

The libgccjit based JIT compiler is not yet released as this is work
in progress.

Thanks and Regards

Dibyendu




--
Brigham Toskin