Re: Wanted: Lua source code cruncher
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Wanted: Lua source code cruncher
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 9 Mar 2008 21:19:44 -0300
> > Not such a big win: local names are stored once once per scope.
>
> Not in source code, where a given local takes up the length
> of its name in characters every time it's used.
You're right, of course. I was thinking about precompiled programs.
Sorry for the noise.