We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b66d9 commit 65c4bd4Copy full SHA for 65c4bd4
1 file changed
src/julia_gc.c
@@ -40,7 +40,7 @@
40
// if DISABLE_BIGVAL_TRACKING is defined, we don't track the location of
41
// large bags; this speeds up some things, but may expose bugs in GAP code
42
// which incorrectly holds pointers into bags over a GC.
43
-// #define DISABLE_BIGVAL_TRACKING
+#define DISABLE_BIGVAL_TRACKING
44
45
// if REQUIRE_PRECISE_MARKING is defined, we assume that all marking
46
// functions are precise, i.e., they only invoke MarkBag on valid bags,
0 commit comments