aboutsummaryrefslogtreecommitdiff
path: root/ldo.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* no need of "emergency error"...Roberto Ierusalimschy1997-11-031-20/+3
|
* first version of Cclosures.Roberto Ierusalimschy1997-10-241-44/+51
|
* GC now considers an "estimate" of object size, instead of just the numberRoberto Ierusalimschy1997-10-231-5/+5
| | | | of objects.
* "nupvalues" is kept in Closure, not in prototype (as a preparationRoberto Ierusalimschy1997-10-161-2/+2
| | | | for C closures...)
* 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