aboutsummaryrefslogtreecommitdiff
path: root/ldo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* GC now considers an "estimate" of object size, instead of just the numberRoberto Ierusalimschy1997-10-231-5/+5
* "nupvalues" is kept in Closure, not in prototype (as a preparationRoberto Ierusalimschy1997-10-161-2/+2
* new implementation for globals: Global value is stored in TaggedStringRoberto Ierusalimschy1997-09-261-1/+3
* Stack and Call structure of LuaRoberto Ierusalimschy1997-09-161-0/+415