aboutsummaryrefslogtreecommitdiff
path: root/lvm.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-20in order comparison opcodes, fast track for floats tooRoberto Ierusalimschy1-18/+42
2017-11-16'io.read' accepts multiple formats in a single string argumentRoberto Ierusalimschy1-27/+31
2017-11-16detail ('signal' -> 'sign' in comments)Roberto Ierusalimschy5-13/+13
2017-11-16new instruction 'OP_EQK' (for equality with constants)Roberto Ierusalimschy4-14/+61
2017-11-13using 'trap' to stop 'luaV_execute' when necessary (tracing andRoberto Ierusalimschy5-24/+67
2017-11-13avoid accessing wrong union fieldRoberto Ierusalimschy1-2/+3
2017-11-13detailRoberto Ierusalimschy1-7/+8
2017-11-13includes 'stdio.h' to allow prints when testingRoberto Ierusalimschy1-1/+2
2017-11-09removed unused variable 'islocked'Roberto Ierusalimschy1-4/+1
2017-11-08detail ('Protect' defined as an expression)Roberto Ierusalimschy1-36/+45
2017-11-08new function 'luaV_flttointeger' to convert floats to integers (withoutRoberto Ierusalimschy8-48/+126
2017-11-07new format for JUMP instructions (to allow larger offsets)Roberto Ierusalimschy6-24/+65
2017-11-07back to 'CallInfo' (no gains with its removal)Roberto Ierusalimschy13-370/+394
2017-11-06fitting a StackValue structure into 32 bytes (for 64-bit machines)Roberto Ierusalimschy1-8/+9
2017-11-04no more 'CallInfo' structureRoberto Ierusalimschy5-119/+31
2017-11-03'lua_Debug' not using 'CallInfo'Roberto Ierusalimschy3-15/+20
2017-11-03removing uses of 'CallInfo'Roberto Ierusalimschy2-65/+75
2017-11-03no more useful fields in CallInfoRoberto Ierusalimschy7-91/+100
2017-11-03more fields moved out of 'CallInfo'Roberto Ierusalimschy11-127/+152
2017-11-02new API for 'lua_resume' + cleaning the uses of the 'extra' field inRoberto Ierusalimschy7-58/+31
2017-11-01using 'L->func' when possibleRoberto Ierusalimschy6-39/+37
2017-10-31baby steps to remove 'CallInfo': keeping 'L->func' correctRoberto Ierusalimschy5-9/+26
2017-10-31detail: in 'isinstack', check against the whole stack insteadRoberto Ierusalimschy1-5/+5
2017-10-31do not mess up the debt when the collector is not runningRoberto Ierusalimschy1-7/+7
2017-10-11some cleaning in GC parametersRoberto Ierusalimschy4-31/+46
2017-10-10raw operation should not convert strings to numbersRoberto Ierusalimschy1-2/+2
2017-10-04eplicit 1-bit opcode operand 'k'Roberto Ierusalimschy6-96/+103
2017-10-04detailRoberto Ierusalimschy1-2/+3
2017-10-04new opcodes with immediate integer operand for all arithmetic operationsRoberto Ierusalimschy5-28/+170
2017-10-04avoid warning about 'const'Roberto Ierusalimschy1-2/+2
2017-10-02opcode size increased to 7 bitsRoberto Ierusalimschy1-8/+8
2017-10-02string constants (Kstr) must fit into 'B' registerRoberto Ierusalimschy1-2/+2
2017-10-01new function 'printcode'Roberto Ierusalimschy1-1/+18
2017-10-01avoid the use of bit 'Bk' ('B' will lose this bit soon)Roberto Ierusalimschy3-14/+11
2017-09-28no more 'getBMode'-'getCMode' (imprecise + we will need more spaceRoberto Ierusalimschy6-109/+109
2017-09-27new function 'luaT_trybiniTM'Roberto Ierusalimschy3-12/+19
2017-09-26binary operators use R instead of RKRoberto Ierusalimschy4-76/+73
2017-09-26detailRoberto Ierusalimschy1-2/+4
2017-09-19new opcode OP_LOADF (load immediate float)Roberto Ierusalimschy4-5/+25
2017-09-18comments (documentation about instruction formats)Roberto Ierusalimschy1-15/+14
2017-09-15detail (keep OP_LOADK and OP_LOADKX together)Roberto Ierusalimschy2-5/+5
2017-09-13jumps do not close upvalues (to be faster and simpler);Roberto Ierusalimschy6-67/+139
2017-08-31bug: dead keys with nil values can stay in weak tablesRoberto Ierusalimschy2-12/+47
2017-08-14jumps in 'for' loops don't need to be signedRoberto Ierusalimschy4-20/+38
2017-08-12comment in code fragmentRoberto Ierusalimschy1-3/+3
2017-08-12commentRoberto Ierusalimschy1-2/+2
2017-07-27bug: Lua does not check GC when creating error messagesRoberto Ierusalimschy1-9/+54
2017-07-27no more reference 'memerrmsg' + new reference to "n"Roberto Ierusalimschy5-16/+24
2017-07-27new version (5.4)Roberto Ierusalimschy1-4/+4
2017-07-10bug: Lua does not check GC when creating error messagesRoberto Ierusalimschy1-1/+2