[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: JIT for Lua
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 6 Mar 2001 00:21:17 -0300
I came across this the other day:
GNU lightning is a library that generates assembly language code at
run-time; it is very fast, making it ideal for Just-In-Time compilers,
and it abstracts over the target CPU, as it exposes to the clients a
standardized RISC instruction set inspired by the MIPS and SPARC chips.
http://www.gnu.org/software/lightning/lightning.html
but I haven't tried it at all.
Perhaps this is a nice project for someone, although I wonder whether Lua's
semantics will allow much gain from JIT...
Plus, of course, Lua is already very fast :-)
--lhf