Roberto Ierusalimschy
|
063d4e4543
Lua 5.3.5 ported to git
|
vor 6 Jahren |
Roberto Ierusalimschy
|
c0836dda74
avoid empty macro arguments (invalid in C89)
|
vor 9 Jahren |
Roberto Ierusalimschy
|
c5112f7b15
details (comments)
|
vor 9 Jahren |
Roberto Ierusalimschy
|
d103312661
details (typos in comments)
|
vor 9 Jahren |
Roberto Ierusalimschy
|
9a5d6aedb7
trying to optimize a little 'luaD_poscall'
|
vor 9 Jahren |
Roberto Ierusalimschy
|
ff1289a361
in 'luaD_call', use two functions instead of one with fixed boolean
|
vor 9 Jahren |
Roberto Ierusalimschy
|
8c1fb91802
macro 'incr_top' replaced by function 'luaD_inctop'. (It is not used
|
vor 9 Jahren |
Roberto Ierusalimschy
|
5bdee4f810
small changes to allow 'precall' to spend time preserving 'func'
|
vor 9 Jahren |
Roberto Ierusalimschy
|
d39bb51faa
bug: interpreter cannot pop activation frame before calling return
|
vor 10 Jahren |
Roberto Ierusalimschy
|
bdf566a8a3
`name' in comments changed to 'name'
|
vor 10 Jahren |
Roberto Ierusalimschy
|
3617e04e97
'lua_load' has an extra argument 'mode'
|
vor 13 Jahren |
Roberto Ierusalimschy
|
217e67cb22
new type 'l_noret' for function that do not return
|
vor 14 Jahren |
Roberto Ierusalimschy
|
e0f9d1c8f5
removed export of function only for coco
|
vor 15 Jahren |
Roberto Ierusalimschy
|
b0f2b288a6
new scheme for debug info about tail calls: no more 'fake' stack entries,
|
vor 15 Jahren |
Roberto Ierusalimschy
|
b40a38a8ac
remove declaration of removed function
|
vor 15 Jahren |
Roberto Ierusalimschy
|
f76f4cb79d
new way to control stack overflow, controling only total size of the stack
|
vor 16 Jahren |
Roberto Ierusalimschy
|
abb85fc059
new definition for 'luaD_checkstack' to avoid possible overflows
|
vor 16 Jahren |
Roberto Ierusalimschy
|
4a67e48611
new macro 'condmovestack' instead of 'condhardstacktests'
|
vor 16 Jahren |
Roberto Ierusalimschy
|
4f88418170
'CallInfo' stack implemented as double-linked list instead of an array
|
vor 16 Jahren |
Roberto Ierusalimschy
|
ba484b9eb1
yielding across lua_call (first version)
|
vor 16 Jahren |
Roberto Ierusalimschy
|
fdbb243ff9
first steps towards yielding through longjump
|
vor 17 Jahren |
Roberto Ierusalimschy
|
2a84c29bc3
comment about exported function not used by Lua
|
vor 17 Jahren |
Roberto Ierusalimschy
|
3ca9af51a4
emergency garbage collector (core forces a GC when allocation fails)
|
vor 19 Jahren |
Roberto Ierusalimschy
|
98296f6b45
some bugs related to stack reallocation
|
vor 20 Jahren |
Roberto Ierusalimschy
|
23b79c5945
small changes to facilitate external C coroutines
|
vor 20 Jahren |
Roberto Ierusalimschy
|
6fcd334ca0
small improvements
|
vor 20 Jahren |
Roberto Ierusalimschy
|
8718fda9b2
added LUAI_FUNC to functions not in the API
|
vor 20 Jahren |
Roberto Ierusalimschy
|
0de2065f4e
tighter tests for stack overflow
|
vor 21 Jahren |
Roberto Ierusalimschy
|
0bda88e6cd
small steps towards yields in iterators and tag methods
|
vor 21 Jahren |
Roberto Ierusalimschy
|
47fc57a252
`TObject' renamed to `TValue' + other name changes and better assertions
|
vor 21 Jahren |