Roberto Ierusalimschy
|
d103312661
details (typos in comments)
|
9 vuotta sitten |
Roberto Ierusalimschy
|
9a5d6aedb7
trying to optimize a little 'luaD_poscall'
|
9 vuotta sitten |
Roberto Ierusalimschy
|
e61ee8a036
in 'luaD_call', use two functions instead of one with fixed boolean
|
9 vuotta sitten |
Roberto Ierusalimschy
|
8c1fb91802
macro 'incr_top' replaced by function 'luaD_inctop'. (It is not used
|
9 vuotta sitten |
Roberto Ierusalimschy
|
c5363a1b58
in 'luaD_precall', in vararg functions, complete missing parameters
|
9 vuotta sitten |
Roberto Ierusalimschy
|
ffd0d1232d
using more "conventional" loops in 'luaD_poscall' (probably a little
|
9 vuotta sitten |
Roberto Ierusalimschy
|
6707ce6349
function prepares vararg only if it really uses them (chunks
|
9 vuotta sitten |
Roberto Ierusalimschy
|
ae515a346c
comments for luaD_precall/luaD_poscall
|
9 vuotta sitten |
Roberto Ierusalimschy
|
3cdf1d676b
details (avoid 'case' inside block + avoid using one variable for
|
9 vuotta sitten |
Roberto Ierusalimschy
|
5bdee4f810
small changes to allow 'precall' to spend time preserving 'func'
|
9 vuotta sitten |
Roberto Ierusalimschy
|
41964648ee
long strings are created directly in final position when possible
|
10 vuotta sitten |
Roberto Ierusalimschy
|
dcad08b76d
details (use original type when saving variable's value)
|
10 vuotta sitten |
Roberto Ierusalimschy
|
d39bb51faa
bug: interpreter cannot pop activation frame before calling return
|
10 vuotta sitten |
Roberto Ierusalimschy
|
484bf14a6b
calls to 'luaC_checkGC' in luaD_precall moved near to 'luaD_checkstack'
|
10 vuotta sitten |
Roberto Ierusalimschy
|
a30c66f0fc
macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter
|
10 vuotta sitten |
Roberto Ierusalimschy
|
9a38c08011
no need to ensure any stack space for panic function + some changes
|
10 vuotta sitten |
Roberto Ierusalimschy
|
bfa0898312
bug: memory error in panic mode does not push error message on
|
10 vuotta sitten |
Roberto Ierusalimschy
|
e75c0148c3
comments (references to "ANSI C" changed to "ISO C", which is the
|
10 vuotta sitten |
Roberto Ierusalimschy
|
28fdbcf393
added include for 'lprefix.h', for stuff that must be added before
|
10 vuotta sitten |
Roberto Ierusalimschy
|
bdf566a8a3
`name' in comments changed to 'name'
|
10 vuotta sitten |
Roberto Ierusalimschy
|
f97c64d7bf
macros 'LUA_QL'/'LUA_QL' deprecated
|
10 vuotta sitten |
Roberto Ierusalimschy
|
85fc9ecd5f
detail ('G(L)' -> 'g')
|
10 vuotta sitten |
Roberto Ierusalimschy
|
2a21f6c894
'lua_Kcontext' -> 'lua_KContext'
|
10 vuotta sitten |
Roberto Ierusalimschy
|
2be88d5084
'lua_Ctx' -> 'lua_Kcontext'
|
11 vuotta sitten |
Roberto Ierusalimschy
|
1aa4f69b51
new type 'lua_Ctx' for continuation-function contexts (to allow type
|
11 vuotta sitten |
Roberto Ierusalimschy
|
5bbb4a06a6
removed unused parameter Ä'L' in macro 'api_check' and company
|
11 vuotta sitten |
Roberto Ierusalimschy
|
b9dcf9974d
detail (typos in comments)
|
11 vuotta sitten |
Roberto Ierusalimschy
|
89b56e7d84
more precision between closure types ('LClosure' x 'CClosure')
|
11 vuotta sitten |
Roberto Ierusalimschy
|
fa3113ffbf
cleaner way to handle bit CIST_OAH (with auxiliar macros)
|
11 vuotta sitten |
Roberto Ierusalimschy
|
d94bb6c273
janitor work on 'lua_resume' and related code
|
11 vuotta sitten |