Files
luaj/src/main/java/lua/value
Christopher Colby b9fdb731fe optimization for tables that include sequential integral indices starting with 0.
commented out: a more sophisticated (but space-consuming) optimization
that accounts for arbitrary starting index, stride, and direction (increasing/decreasing).

commented out some table metatable stuff that was wrong.  metatables
need to be implemented properly.
2007-07-24 06:22:07 +00:00
..