lua-users home
lua-l archive

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


Petite Abeille wrote:
> <conspiracy-theory>
> Would such restrictions help in Mike's JIT quest to beat FORTRAN by another order of magnitude in The Great Computer Language Shootout?
> </conspiracy-theory>

No. Function environments did not pose any problems for the
compiler. _ENV is not much different -- LuaJIT already has good
upvalue disambiguation.

--Mike