Roberto Ierusalimschy
|
7f6f70853c
To-be-closed variable in 'for' loop separated from the state
|
6 years ago |
Roberto Ierusalimschy
|
5e76a4fd31
New macros for arithmetic/bitwise operations in 'luaV_execute'
|
6 years ago |
Roberto Ierusalimschy
|
e8c779736f
Removed internal cache for closures
|
6 years ago |
Roberto Ierusalimschy
|
947a372f58
State in generic 'for' acts as a to-be-closed variable
|
6 years ago |
Roberto Ierusalimschy
|
e073cbc2e5
Better error messages for invalid operands in numeric 'for'
|
6 years ago |
Roberto Ierusalimschy
|
6e9b719694
More uniformity in code generation for 'for' loops
|
6 years ago |
Roberto Ierusalimschy
|
41c800b352
Closing methods should not interfere with returning values
|
6 years ago |
Roberto Ierusalimschy
|
3c7dc52909
Handling of memory errors when creating to-be-closed upvalues
|
6 years ago |
Roberto Ierusalimschy
|
bd96330d03
First "complete" implementation of to-be-closed variables
|
6 years ago |
Roberto Ierusalimschy
|
4cd1f4aac0
Towards "to closed" local variables
|
6 years ago |
Roberto Ierusalimschy
|
5382a22e0e
Corrections in the implementation of '%' for floats.
|
7 years ago |
Roberto Ierusalimschy
|
8c8a91f2ef
Deprecated the emulation of '__le' using '__lt'
|
7 years ago |
Roberto Ierusalimschy
|
3dcd04ad61
details
|
7 years ago |
Roberto Ierusalimschy
|
06e08c6d05
Fixed bug in OP_IDIVI
|
7 years ago |
Roberto Ierusalimschy
|
a314409dba
in generational mode, an emergency collection can turn any object black
|
7 years ago |
Roberto Ierusalimschy
|
6e600695f8
field 'sizearray' in struct 'Table' changed to 'alimit', which can
|
7 years ago |
Roberto Ierusalimschy
|
fb8fa66136
no more 'luaH_emptyobject' and comparisons of addresses of global variables
|
7 years ago |
Roberto Ierusalimschy
|
34aa0c5bd7
new macros 'likely'/'unlikely' with hints for jump predictions
|
7 years ago |
Roberto Ierusalimschy
|
02ed0b2c30
in 'luaD_poscall', there is no need to compute 'firstResult' when 'nres==0'
|
7 years ago |
Roberto Ierusalimschy
|
e64e20ac81
minimizing the code ran by 'vmfetch' + no more 'vra'
|
7 years ago |
Roberto Ierusalimschy
|
03c6a05ec8
no more nil-in-table
|
7 years ago |
Roberto Ierusalimschy
|
3d0b5edfe4
using unsigned comparison in 'l_intfitsf' (avoids one comparison)
|
7 years ago |
Roberto Ierusalimschy
|
7b0b6b3b39
cannot use 'defined' inside a macro +
|
7 years ago |
Roberto Ierusalimschy
|
4a1612ff9b
new experimental syntax using reserved word 'undef'
|
7 years ago |
Roberto Ierusalimschy
|
62a392ff46
using jump tables when available
|
7 years ago |
Roberto Ierusalimschy
|
ef8263f81f
better names for macros for tags and types.
|
7 years ago |
Roberto Ierusalimschy
|
9243c414d9
first version of empty entries in tables
|
7 years ago |
Roberto Ierusalimschy
|
c72ac048b9
conditional jumps "deunified"
|
7 years ago |
Roberto Ierusalimschy
|
212095a601
new opcodes OP_GTI/OP_GEI
|
7 years ago |
Roberto Ierusalimschy
|
06865aa01d
simpler implementation for 'LTintfloat'/'LEintfloat'
|
7 years ago |