Roberto Ierusalimschy
|
ec61be9a7e
'l_mem' renamed to 'l_obj' to count objects
|
преди 2 години |
Roberto Ierusalimschy
|
f356d5acdd
First version of GC counting objects for control
|
преди 2 години |
Roberto Ierusalimschy
|
76953316d1
Added a counter of the total number of existing objects
|
преди 2 години |
Roberto Ierusalimschy
|
3d2bd1359d
Merge branch 'master' into nextversion
|
преди 2 години |
Roberto Ierusalimschy
|
9ede317c70
Threads are created like other objects
|
преди 2 години |
Roberto Ierusalimschy
|
8047b2d03e
Tables have a 'lastfree' information only when needed
|
преди 2 години |
Roberto Ierusalimschy
|
ee645472eb
Stack reallocation done with a single realloc
|
преди 2 години |
Roberto Ierusalimschy
|
413a393e62
Stack indices changed to union's
|
преди 2 години |
Roberto Ierusalimschy
|
ba089bcb08
Details
|
преди 2 години |
Roberto Ierusalimschy
|
1e64c1391f
Bug: stack overflow with nesting of coroutine.close
|
преди 2 години |
Roberto Ierusalimschy
|
b85816b9a8
Removed test function 'luaH_isdummy'
|
преди 2 години |
Roberto Ierusalimschy
|
c954db3924
Option '-l g=mod' added to the manual
|
преди 2 години |
Roberto Ierusalimschy
|
14d2803e55
Details
|
преди 2 години |
Roberto Ierusalimschy
|
7f12bf40c4
Portability issue in a test for 'string.format'
|
преди 2 години |
Roberto Ierusalimschy
|
26be27459b
Negation in constant folding of '>>' may overflow
|
преди 3 години |
Roberto Ierusalimschy
|
cfbe378f90
Small simplification in overflow check in 'getfield'
|
преди 3 години |
Roberto Ierusalimschy
|
a1089b415a
Bug: 'utf8.codes' accepts spurious continuation bytes
|
преди 3 години |
Roberto Ierusalimschy
|
f8c4c4fcf2
New test for table rehash
|
преди 3 години |
Roberto Ierusalimschy
|
71bc69c2af
Note in the manual about using '...' as an expression
|
преди 3 години |
Roberto Ierusalimschy
|
cd56f222b7
Corrected error message in 'table.remove'
|
преди 3 години |
Roberto Ierusalimschy
|
69b77b6fde
Changed the growth rate of string buffers
|
преди 3 години |
Roberto Ierusalimschy
|
997f11f543
Bug: 'break' may not properly close variable in a 'for' loop
|
преди 3 години |
Roberto Ierusalimschy
|
02060b7a37
Simpler handling of Byte Order Mark (BOM)
|
преди 3 години |
Roberto Ierusalimschy
|
a1f77a234a
Bug: set correct pause when (re)entering gen. collection.
|
преди 3 години |
Roberto Ierusalimschy
|
c6cea857a4
Better documentation for 'multires' expressions
|
преди 3 години |
Roberto Ierusalimschy
|
d61b0c6028
More checks and documentation for uses of EXTRA_STACK
|
преди 3 години |
Roberto Ierusalimschy
|
196bb94d66
Bug: 'lua_settop' may use an invalid pointer to stack
|
преди 3 години |
Roberto Ierusalimschy
|
603b2c64ad
'luaV_concat' can use invalidated pointer to stack
|
преди 3 години |
Roberto Ierusalimschy
|
4a00f61276
'lua_checkstack' doesn't need to check stack overflow
|
преди 3 години |
Roberto Ierusalimschy
|
42d40581dd
Save stack space while handling errors
|
преди 3 години |