Roberto Ierusalimschy
|
14c3aa12b5
more direct implementation for tail calls.
|
7 years ago |
Roberto Ierusalimschy
|
f3ca52bfa9
in order comparison opcodes, fast track for floats too
|
7 years ago |
Roberto Ierusalimschy
|
4c0e36a46e
new instruction 'OP_EQK' (for equality with constants)
|
7 years ago |
Roberto Ierusalimschy
|
5440b42f43
using 'trap' to stop 'luaV_execute' when necessary (tracing and
|
7 years ago |
Roberto Ierusalimschy
|
32fef60743
detail ('Protect' defined as an expression)
|
7 years ago |
Roberto Ierusalimschy
|
26679ea35b
new function 'luaV_flttointeger' to convert floats to integers (without
|
7 years ago |
Roberto Ierusalimschy
|
c3e5946fb2
new format for JUMP instructions (to allow larger offsets)
|
7 years ago |
Roberto Ierusalimschy
|
ad0704e40c
back to 'CallInfo' (no gains with its removal)
|
7 years ago |
Roberto Ierusalimschy
|
93fd67b793
no more 'CallInfo' structure
|
7 years ago |
Roberto Ierusalimschy
|
7612f7735d
removing uses of 'CallInfo'
|
7 years ago |
Roberto Ierusalimschy
|
472c560705
no more useful fields in CallInfo
|
7 years ago |
Roberto Ierusalimschy
|
54eb35a8aa
more fields moved out of 'CallInfo'
|
7 years ago |
Roberto Ierusalimschy
|
b9e76be8a6
using 'L->func' when possible
|
7 years ago |
Roberto Ierusalimschy
|
c5482468fd
baby steps to remove 'CallInfo': keeping 'L->func' correct
|
7 years ago |
Roberto Ierusalimschy
|
a1ef58b3a5
eplicit 1-bit opcode operand 'k'
|
7 years ago |
Roberto Ierusalimschy
|
8fbe9e3470
new opcodes with immediate integer operand for all arithmetic operations
|
7 years ago |
Roberto Ierusalimschy
|
bc1b0733b8
avoid the use of bit 'Bk' ('B' will lose this bit soon)
|
7 years ago |
Roberto Ierusalimschy
|
722bdbe17d
no more 'getBMode'-'getCMode' (imprecise + we will need more space
|
7 years ago |
Roberto Ierusalimschy
|
1b10033583
new function 'luaT_trybiniTM'
|
7 years ago |
Roberto Ierusalimschy
|
00e728af88
binary operators use R instead of RK
|
8 years ago |
Roberto Ierusalimschy
|
abb17cf19b
new opcode OP_LOADF (load immediate float)
|
8 years ago |
Roberto Ierusalimschy
|
80d9b09f35
jumps do not close upvalues (to be faster and simpler);
|
8 years ago |
Roberto Ierusalimschy
|
ac65bab25f
jumps in 'for' loops don't need to be signed
|
8 years ago |
Roberto Ierusalimschy
|
4dff277255
coercion string->number in arithmetic operations moved to string
|
8 years ago |
Roberto Ierusalimschy
|
07db10813c
'OP_VARARG' has the vararg parameter as an operand
|
8 years ago |
Roberto Ierusalimschy
|
f96497397a
new type 'StackValue' for stack elements
|
8 years ago |
Roberto Ierusalimschy
|
d13a3fb070
detail
|
8 years ago |
Roberto Ierusalimschy
|
b029e7ea20
macro 'luaV_fastget' may need protection ({}) to be used inside
|
8 years ago |
Roberto Ierusalimschy
|
c25380c28d
details (using proper version of 'setobj')
|
8 years ago |
Roberto Ierusalimschy
|
de74289049
table field names for dedicated opcodes can be restricted to
|
8 years ago |