aboutsummaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lgc.h b/lgc.h
index c960e706..a4c54b47 100644
--- a/lgc.h
+++ b/lgc.h
@@ -135,10 +135,10 @@
135#define getgcparam(p) ((p) * 4) 135#define getgcparam(p) ((p) * 4)
136#define setgcparam(p,v) ((p) = (v) / 4) 136#define setgcparam(p,v) ((p) = (v) / 4)
137 137
138#define LUAI_GCMUL 100 138#define LUAI_GCMUL 300
139 139
140/* how much to allocate before next GC step (log2) */ 140/* how many objects to allocate before next GC step (log2) */
141#define LUAI_GCSTEPSIZE 13 /* 8 KB */ 141#define LUAI_GCSTEPSIZE 8 /* 256 objects */
142 142
143 143
144/* 144/*