[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: L2: Lua compiler in the works
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 18 Nov 2007 12:03:28 -0200
> I am working in a Lua 5.1 optimizing compiler, written using Lua and LPeg,
luac could use an optimizing module, but that would be mostly a peephole
optimizer on bytecode only (plus some global analysis). And it'd have to
be written in C. The experience with your optimizing compile could help
identify what optimizations are worth the trouble. Please share your findings.