diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-01-10 14:45:58 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-01-10 14:45:58 -0300 |
commit | 7827c40c49d841daca2a40463b8a60f9a113f77e (patch) | |
tree | 28e4d4fe0f6a14a6d16c676153653a054d82dd9c /lgc.h | |
parent | e7af9cdf0b9fca080e8bb3463e16d60933e786f9 (diff) | |
download | lua-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.) */ |