summaryrefslogtreecommitdiff
path: root/rts/sm/GC.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/sm/GC.h')
-rw-r--r--rts/sm/GC.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/sm/GC.h b/rts/sm/GC.h
index 1f3034c1ec..dc7b773e99 100644
--- a/rts/sm/GC.h
+++ b/rts/sm/GC.h
@@ -26,6 +26,9 @@ struct GcConfig {
bool overflow_gc;
// is this GC triggered by a deadlock?
bool deadlock_detect;
+ // should we force non-concurrent collection if the non-moving collector is
+ // being used?
+ bool nonconcurrent;
// should we use parallel scavenging?
bool parallel;
};