Roberto Ierusalimschy
|
91dad09f65
Removed arithmetic opcodes with immediate operand
|
5 年之前 |
Roberto Ierusalimschy
|
72a094bda7
Undo change in the handling of 'L->top' (commit b80077b8f3)
|
6 年之前 |
Roberto Ierusalimschy
|
46b84580d6
Use of 'MMBIN' opcodes extended to shift operators
|
6 年之前 |
Roberto Ierusalimschy
|
df13f25948
First version of OP_MMBIN opcodes
|
6 年之前 |
Roberto Ierusalimschy
|
643188d6e5
Fixed missing case in 'luaV_finishOp'
|
6 年之前 |
Roberto Ierusalimschy
|
3df5624ff4
Fixed bug when yiedling inside OP_ADDK opcode
|
6 年之前 |
Roberto Ierusalimschy
|
f645d31573
To-be-closed variables must be closed on initialization
|
6 年之前 |
Roberto Ierusalimschy
|
b80077b8f3
Change in the handling of 'L->top' when calling metamethods
|
6 年之前 |
Roberto Ierusalimschy
|
9a37dc0ce6
Small corrections when setting 'L->top'
|
6 年之前 |
Roberto Ierusalimschy
|
9e6807c3c9
Do not collect open upvalues
|
6 年之前 |
Roberto Ierusalimschy
|
440a5ee78c
Fixed bug for emergency collection in upvalue creation
|
6 年之前 |
Roberto Ierusalimschy
|
d36a31e673
Reviving HARDMEMTESTS
|
6 年之前 |
Roberto Ierusalimschy
|
024a6071ca
Small bug with stack reallocation
|
6 年之前 |
Roberto Ierusalimschy
|
4846f7e3bb
Micro optimization in OP_RETURN and OP_TAILCALL
|
6 年之前 |
Roberto Ierusalimschy
|
298f383ffc
Avoid setting the stack top below upvalues to be closed
|
6 年之前 |
Roberto Ierusalimschy
|
758c1ef445
Unification of size representation in OP_NEWTABLE and OP_SETLIST
|
6 年之前 |
Roberto Ierusalimschy
|
dd6d8db49a
Reordering of instructions in the main loop
|
6 年之前 |
Roberto Ierusalimschy
|
1fb4d53925
OP_NEWTABLE keeps exact size of arrays
|
6 年之前 |
Roberto Ierusalimschy
|
be8445d7e4
Details
|
6 年之前 |
Roberto Ierusalimschy
|
20a9853e02
Cleaning macros in 'luaV_execute'
|
6 年之前 |
Roberto Ierusalimschy
|
4a3fd8488d
bug in 5.4 alpha rc1: to-be-closed x vararg functions
|
6 年之前 |
Roberto Ierusalimschy
|
2c68e66570
Details
|
6 年之前 |
Roberto Ierusalimschy
|
8004798b03
Fixed wrong error message in 'return math.seed(0)'
|
6 年之前 |
Roberto Ierusalimschy
|
7ceb2154ed
Fixed small bugs/issues
|
6 年之前 |
Roberto Ierusalimschy
|
23e6bac8a0
Keep correct type for immediate operands in comparisons
|
6 年之前 |
Roberto Ierusalimschy
|
682054920d
Details in the implementation of the integer 'for' loop
|
6 年之前 |
Roberto Ierusalimschy
|
9b37a4695e
New semantics for the integer 'for' loop
|
6 年之前 |
Roberto Ierusalimschy
|
264659bd53
Optional 'init' argument to 'string.gmatch'
|
6 年之前 |
Roberto Ierusalimschy
|
fdc25a1ebf
New functions 'lua_resetthread' and 'coroutine.kill'
|
6 年之前 |
Roberto Ierusalimschy
|
28d829c867
Calls cannot be tail in the scope of a to-be-closed variable
|
6 年之前 |