aboutsummaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-01-10 14:45:58 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-01-10 14:45:58 -0300
commit7827c40c49d841daca2a40463b8a60f9a113f77e (patch)
tree28e4d4fe0f6a14a6d16c676153653a054d82dd9c /lgc.h
parente7af9cdf0b9fca080e8bb3463e16d60933e786f9 (diff)
downloadlua-7827c40c49d841daca2a40463b8a60f9a113f77e.tar.gz
lua-7827c40c49d841daca2a40463b8a60f9a113f77e.tar.bz2
lua-7827c40c49d841daca2a40463b8a60f9a113f77e.zip
A few more tweaks in the garbage collector
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lgc.h b/lgc.h
index b4c4f234..5e474114 100644
--- a/lgc.h
+++ b/lgc.h
@@ -183,7 +183,7 @@
183/* incremental */ 183/* incremental */
184 184
185/* Number of objects must be LUAI_GCPAUSE% before starting new cycle */ 185/* Number of objects must be LUAI_GCPAUSE% before starting new cycle */
186#define LUAI_GCPAUSE 300 186#define LUAI_GCPAUSE 200
187 187
188/* Step multiplier. (Roughly, the collector handles LUAI_GCMUL% objects 188/* Step multiplier. (Roughly, the collector handles LUAI_GCMUL% objects
189 for each new allocated object.) */ 189 for each new allocated object.) */