Roberto Ierusalimschy
|
1fce5bea81
More uniform implementation for tail calls
|
3 years ago |
Roberto Ierusalimschy
|
87a9573b2e
Documentation
|
3 years ago |
Roberto Ierusalimschy
|
2ff3471722
Using 'inline' in some functions
|
3 years ago |
Roberto Ierusalimschy
|
91673a8ec0
'luaD_tryfuncTM' checks stack space by itself
|
4 years ago |
Roberto Ierusalimschy
|
41871f1803
Undo simplification of tail calls (commit 901d760)
|
4 years ago |
Roberto Ierusalimschy
|
62fb934427
Bug: Negation in 'luaV_shiftr' may overflow
|
4 years ago |
Roberto Ierusalimschy
|
dbdc74dc55
Simplification in the parameters of 'luaD_precall'
|
4 years ago |
Roberto Ierusalimschy
|
04e19712a5
C functions can be tail called, too
|
4 years ago |
Roberto Ierusalimschy
|
901d760093
Simpler implementation for tail calls
|
4 years ago |
Roberto Ierusalimschy
|
681297187e
Bug: yielding in '__close' mess up number of returns
|
4 years ago |
Roberto Ierusalimschy
|
d205f3a484
Bug: Lua source should not use C99 comments ("//")
|
4 years ago |
Roberto Ierusalimschy
|
5205f073c5
Don't use tointegerns when luaV_tointegerns will do
|
4 years ago |
Roberto Ierusalimschy
|
31925e4cc2
Details
|
4 years ago |
Roberto Ierusalimschy
|
59c88f846d
Broadening the use of branch hints
|
4 years ago |
Roberto Ierusalimschy
|
4e47f81188
New implementation for to-be-closed variables
|
4 years ago |
Roberto Ierusalimschy
|
2bfa13e520
Fixed some bugs around stack reallocation
|
4 years ago |
Roberto Ierusalimschy
|
b07fc10e91
Allow yields inside '__close' metamethods
|
4 years ago |
Roberto Ierusalimschy
|
7af27ef59d
Cleaner handling of errors in '__close' metamethods
|
4 years ago |
Roberto Ierusalimschy
|
23051e830a
Changes in the API of 'luaH_set' and related functions
|
4 years ago |
Roberto Ierusalimschy
|
e4a38eb0e8
Fixed wrong trace of vararg functions
|
4 years ago |
Roberto Ierusalimschy
|
5aa36e894f
No more field 'lua_State.stacksize'
|
4 years ago |
Roberto Ierusalimschy
|
490d42b5f8
Correct handling of 'luaV_execute' invocations
|
4 years ago |
Roberto Ierusalimschy
|
287b302acb
Revision of stackless implementation
|
4 years ago |
Roberto Ierusalimschy
|
5d8ce05b3f
Back to a stackless implementation
|
4 years ago |
Roberto Ierusalimschy
|
a2195644d8
Fixed bug: invalid 'oldpc' when returning to a function
|
5 years ago |
Roberto Ierusalimschy
|
31b8c2d438
Fixed bug of access violation in finalizers
|
5 years ago |
Roberto Ierusalimschy
|
eb41999461
Fixed bugs of stack reallocation x GC
|
5 years ago |
Roberto Ierusalimschy
|
ae809e9fd1
'luaV_concat' can "concat" one single value
|
5 years ago |
Roberto Ierusalimschy
|
6eb53b7526
Details
|
5 years ago |
Roberto Ierusalimschy
|
9b7987a9d1
OP_LOADFALSE broken in two instructions
|
5 years ago |