From e2cc179454c6aa6cde5f98954bd3783e0d5d53a3 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 22 Dec 2023 14:48:07 -0300 Subject: 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. --- ltests.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index da773d6e..70afa7a3 100644 --- a/ltests.h +++ b/ltests.h @@ -15,6 +15,8 @@ #define LUA_COMPAT_MATHLIB #define LUA_COMPAT_LT_LE +#define LUA_COMPAT_GCPARAMS + #define LUA_DEBUG -- cgit v1.2.3-55-g6feb