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 |
Roberto Ierusalimschy
|
46c3587a6f
Clearer distinction between types and tags
|
5 years ago |
Roberto Ierusalimschy
|
5ff408d218
Changed internal representation of booleans
|
5 years ago |
Roberto Ierusalimschy
|
1e0ad018ce
Comment about LUA_COMPAT_LT_LE moved to proper place
|
5 years ago |
Roberto Ierusalimschy
|
95735bda46
Simplifications in 'op_arith*' family of macros
|
5 years ago |
Roberto Ierusalimschy
|
d30569c064
Using an enumeration for float->integer coercion modes
|
5 years ago |
Roberto Ierusalimschy
|
2d92102dee
'l_mathlim' renamed to 'l_floatatt'
|
5 years ago |
Roberto Ierusalimschy
|
490ecfcaa1
Better comments about the use of 'k' in opcodes
|
5 years ago |
Roberto Ierusalimschy
|
81f2401c6d
Code reorganization for opcodes OP_FORPREP and OP_FORLOOP
|
5 years ago |
Roberto Ierusalimschy
|
5f83fb6582
Details
|
5 years ago |
Roberto Ierusalimschy
|
7d526e75a7
Fixed bug in tail calls of __call chains
|
5 years ago |
Roberto Ierusalimschy
|
c12983cf8a
Fixed warnings from Keil compiler
|
5 years ago |