aboutsummaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lgc.h b/lgc.h
index a4c54b47..3c871969 100644
--- a/lgc.h
+++ b/lgc.h
@@ -142,14 +142,6 @@
142 142
143 143
144/* 144/*
145** Check whether the declared GC mode is generational. While in
146** generational mode, the collector can go temporarily to incremental
147** mode to improve performance. This is signaled by 'g->lastatomic != 0'.
148*/
149#define isdecGCmodegen(g) (g->gckind == KGC_GEN || g->lastatomic != 0)
150
151
152/*
153** Control when GC is running: 145** Control when GC is running:
154*/ 146*/
155#define GCSTPUSR 1 /* bit true when GC stopped by user */ 147#define GCSTPUSR 1 /* bit true when GC stopped by user */