[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: goto
- From: Adam Wozniak <adam@...>
- Date: Mon, 19 Jul 1999 09:52:02 -0700
At the risk of starting yet another religious war...
Are there no "goto" or "label"s ? Or did I just miss them?
Has any thought been given to reducing the size of Lua binaries?
Binaries for an even modest size program seem to have a large number
of duplicated strings in them (function names, variable names, etc...)
which could be collapsed together.
--Adam