From 859ebdd446eda446d38708a587503c255b58c4c6 Mon Sep 17 00:00:00 2001 From: Kevin Buhr Date: Sat, 13 Jul 2019 12:56:35 -0500 Subject: Add "-Iw" RTS flag for minimum wait between idle GCs (#11134) --- includes/rts/Flags.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/rts/Flags.h b/includes/rts/Flags.h index 4af19aa953..d0c41a1576 100644 --- a/includes/rts/Flags.h +++ b/includes/rts/Flags.h @@ -66,6 +66,7 @@ typedef struct _GC_FLAGS { bool ringBell; Time idleGCDelayTime; /* units: TIME_RESOLUTION */ + Time interIdleGCWait; /* units: TIME_RESOLUTION */ bool doIdleGC; Time longGCSync; /* units: TIME_RESOLUTION */ -- cgit v1.2.1