mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
New option "setparms" for 'collectgarbage'
The generational mode also uses the parameters for the incremental mode in its major collections, so it should be easy to change those parameters without having to change the GC mode.
This commit is contained in:
parent
ad0ea7813b
commit
e2cc179454
13 changed files with 163 additions and 78 deletions
2
ltests.h
2
ltests.h
|
|
@ -15,6 +15,8 @@
|
|||
#define LUA_COMPAT_MATHLIB
|
||||
#define LUA_COMPAT_LT_LE
|
||||
|
||||
#define LUA_COMPAT_GCPARAMS
|
||||
|
||||
|
||||
#define LUA_DEBUG
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue