[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Compile LUA Opcodes
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 2 Oct 2003 21:09:23 -0300
>I don't know if anyone else would be interested, but I would like to see a
>dynamic JIT style compiler for LUA opcodes to machine code.
This is not as simple as it seems because Lua semantics says that almost any
VM instruction can call a metamethod. But it would be interesting to see
how far we can go and how much faster it will be.
--lhf