summaryrefslogtreecommitdiff
path: root/testes (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-22Do not collect open upvaluesRoberto Ierusalimschy4-14/+11
2019-07-19'math.randomseed' always returns the two seed componentsRoberto Ierusalimschy3-11/+15
2019-07-19Avoid using addresses of static variables as unique keysRoberto Ierusalimschy3-16/+17
2019-07-19Fixed bug for emergency collection in upvalue creationRoberto Ierusalimschy3-8/+10
2019-07-19Tag LUA_TUPVALTBC replaced by a flagRoberto Ierusalimschy5-18/+13
2019-07-19Some details in 'lmem.c' and 'lgc.c'Roberto Ierusalimschy2-27/+42
2019-07-18DetailsRoberto Ierusalimschy3-25/+17
2019-07-18Reviving HARDMEMTESTSRoberto Ierusalimschy4-15/+35
2019-07-18Small bug with stack reallocationRoberto Ierusalimschy2-7/+9
2019-07-17'math.randomseed()' returns the seeds it usedRoberto Ierusalimschy4-7/+27
2019-07-17Calls 'luaF_close' in 'lua_settop' only when neededRoberto Ierusalimschy1-5/+7
2019-07-17Fixed small issue with constant propagationRoberto Ierusalimschy2-7/+21
2019-07-17New kind of expression VKSTRRoberto Ierusalimschy5-18/+54
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