]> Cypherpunks repositories - gostls13.git/commit
runtime: detailed debug output of controller state
authorAustin Clements <austin@google.com>
Mon, 6 Apr 2015 18:30:03 +0000 (14:30 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 1 May 2015 19:39:43 +0000 (19:39 +0000)
commitdc870d5f4b77c0a2a276f8fd12510a53969c56b5
treef143057646a6fc9de3d3e5f882cf10153b170064
parent4fffc50c262531f9fe11207ec0785873ca4c4c40
runtime: detailed debug output of controller state

This adds a detailed debug dump of the state of the GC controller and
a GODEBUG flag to enable it.

Change-Id: I562fed7981691a84ddf0f9e6fcd9f089f497ac13
Reviewed-on: https://go-review.googlesource.com/9640
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/mgc.go
src/runtime/runtime1.go