Roberto Ierusalimschy
|
a314409dba
in generational mode, an emergency collection can turn any object black
|
há 7 anos atrás |
Roberto Ierusalimschy
|
6e600695f8
field 'sizearray' in struct 'Table' changed to 'alimit', which can
|
há 7 anos atrás |
Roberto Ierusalimschy
|
fb8fa66136
no more 'luaH_emptyobject' and comparisons of addresses of global variables
|
há 7 anos atrás |
Roberto Ierusalimschy
|
34aa0c5bd7
new macros 'likely'/'unlikely' with hints for jump predictions
|
há 7 anos atrás |
Roberto Ierusalimschy
|
02ed0b2c30
in 'luaD_poscall', there is no need to compute 'firstResult' when 'nres==0'
|
há 7 anos atrás |
Roberto Ierusalimschy
|
e64e20ac81
minimizing the code ran by 'vmfetch' + no more 'vra'
|
há 7 anos atrás |
Roberto Ierusalimschy
|
03c6a05ec8
no more nil-in-table
|
há 7 anos atrás |
Roberto Ierusalimschy
|
3d0b5edfe4
using unsigned comparison in 'l_intfitsf' (avoids one comparison)
|
há 7 anos atrás |
Roberto Ierusalimschy
|
7b0b6b3b39
cannot use 'defined' inside a macro +
|
há 7 anos atrás |
Roberto Ierusalimschy
|
4a1612ff9b
new experimental syntax using reserved word 'undef'
|
há 7 anos atrás |
Roberto Ierusalimschy
|
62a392ff46
using jump tables when available
|
há 7 anos atrás |
Roberto Ierusalimschy
|
ef8263f81f
better names for macros for tags and types.
|
há 7 anos atrás |
Roberto Ierusalimschy
|
9243c414d9
first version of empty entries in tables
|
há 7 anos atrás |
Roberto Ierusalimschy
|
c72ac048b9
conditional jumps "deunified"
|
há 7 anos atrás |
Roberto Ierusalimschy
|
212095a601
new opcodes OP_GTI/OP_GEI
|
há 7 anos atrás |
Roberto Ierusalimschy
|
06865aa01d
simpler implementation for 'LTintfloat'/'LEintfloat'
|
há 7 anos atrás |
Roberto Ierusalimschy
|
465b474899
small reorganization of 'luaV_flttointeger'/'luaV_tointeger'
|
há 7 anos atrás |
Roberto Ierusalimschy
|
1afd5a152d
more generic way to handle 'gclist'
|
há 7 anos atrás |
Roberto Ierusalimschy
|
49dae52d08
correct way to check stack space for vararg functions
|
há 7 anos atrás |
Roberto Ierusalimschy
|
0682fe8169
some simplifications/optimizations in returns from Lua functions
|
há 7 anos atrás |
Roberto Ierusalimschy
|
b1379936cf
vararg back to '...' (but with another implementation)
|
há 7 anos atrás |
Roberto Ierusalimschy
|
318a9a5859
new opcode 'PREPVARARG'
|
há 7 anos atrás |
Roberto Ierusalimschy
|
51280ef2ad
call hooks for Lua functions called by 'luaV_execute'
|
há 7 anos atrás |
Roberto Ierusalimschy
|
dc0ab1e8ca
warnings in VS (implicit casts from ptrdiff_t to int)
|
há 7 anos atrás |
Roberto Ierusalimschy
|
5bd8d388de
OP_CONCAT does not move its result (to simplify its execution)
|
há 7 anos atrás |
Roberto Ierusalimschy
|
d2fb34ac88
'OP_TAILCALL' calling C functions finishes the call and returns
|
há 7 anos atrás |
Roberto Ierusalimschy
|
ab0a851db4
'luaD_tryfuncTM' can ensure it does not change the stack
|
há 7 anos atrás |
Roberto Ierusalimschy
|
ad960095bf
avoid jumping into a variable scope (C++ does not allow that)
|
há 7 anos atrás |
Roberto Ierusalimschy
|
a9295a2b8e
typos in comments
|
há 7 anos atrás |
Roberto Ierusalimschy
|
cf7eff45f3
keep control of stack top in Lua functions concentrated in 'luaV_execute'
|
há 7 anos atrás |