summaryrefslogtreecommitdiff
path: root/ltests.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-16Micro optimization in OP_RETURN and OP_TAILCALLRoberto Ierusalimschy3-15/+13
2019-07-16'__close' method may be called again in case of errorRoberto Ierusalimschy3-22/+32
2019-07-16Avoid setting the stack top below upvalues to be closedRoberto Ierusalimschy3-9/+13
2019-07-15Unification of size representation in OP_NEWTABLE and OP_SETLISTRoberto Ierusalimschy6-72/+80
2019-07-12Reordering of instructions in the main loopRoberto Ierusalimschy1-44/+44
2019-07-12OP_NEWTABLE keeps exact size of arraysRoberto Ierusalimschy10-88/+67
2019-07-12First implementation of constant propagationRoberto Ierusalimschy12-119/+249
2019-07-10DetailsRoberto Ierusalimschy3-13/+13
2019-07-10Towards constant propagationRoberto Ierusalimschy3-42/+87
2019-07-09New implementation for constantsRoberto Ierusalimschy8-131/+125
2019-07-05Details (typos in comments)Roberto Ierusalimschy9-19/+19
2019-07-03Local attributes can be used in list of local variablesRoberto Ierusalimschy3-81/+103
2019-07-01First take on constant propagationRoberto Ierusalimschy4-26/+73
2019-07-01Methods separated from metamethods in 'io'Roberto Ierusalimschy1-10/+20
2019-06-26Small changes around C-stack limitRoberto Ierusalimschy4-10/+24
2019-06-25'__call' metamethod can be any callable objectRoberto Ierusalimschy2-14/+31
2019-06-25A few more tests for table access in the APIRoberto Ierusalimschy2-1/+63