aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mgc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/mgc.go')
-rw-r--r--src/runtime/mgc.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/runtime/mgc.go b/src/runtime/mgc.go
index 1b95df9cbe..ab099d8200 100644
--- a/src/runtime/mgc.go
+++ b/src/runtime/mgc.go
@@ -1560,7 +1560,8 @@ func gcMark(start_time int64) {
gcDrain(&gcw, gcDrainBlock)
gcw.dispose()
- gcMarkRootCheck()
+ // TODO: Re-enable once this is cheap.
+ //gcMarkRootCheck()
if work.full != 0 {
throw("work.full != 0")
}