We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b9f7a commit e904e34Copy full SHA for e904e34
src/libexpr/eval-gc.cc
@@ -53,6 +53,9 @@ static inline void initGCReal()
53
54
GC_INIT();
55
56
+ /* Enable parallel marking. */
57
+ GC_allow_register_threads();
58
+
59
/* Register valid displacements in case we are using alignment niches
60
for storing the type information. This way tagged pointers are considered
61
to be valid, even when they are not aligned. */
0 commit comments