[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: module() with _ENV
- From: Mike Pall <mikelu-1003@...>
- Date: Wed, 31 Mar 2010 22:44:26 +0200
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