We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ff576 commit 5d496a7Copy full SHA for 5d496a7
gc/default/default.c
@@ -550,9 +550,7 @@ typedef struct rb_objspace {
550
unsigned int during_compacting : 1;
551
unsigned int during_reference_updating : 1;
552
unsigned int gc_stressful: 1;
553
- unsigned int has_newobj_hook: 1;
554
unsigned int during_incremental_marking : 1;
555
-
556
unsigned int measure_gc : 1;
557
} flags;
558
// This can't be a bitfield because it's accessed in garbage_object_p() from the sweep thread
0 commit comments