]> Cypherpunks repositories - gostls13.git/commit
runtime: clean up gctrace format
authorAustin Clements <austin@google.com>
Fri, 8 Jan 2016 19:57:26 +0000 (14:57 -0500)
committerAustin Clements <austin@google.com>
Fri, 8 Jan 2016 21:25:03 +0000 (21:25 +0000)
commit1f26864f88a419e6e99c6a4d171a5a15b09739a1
tree35fba6a6d74df5947f40a0a35dc78309efbf2c74
parent73c2080ace5d7bd2d7905fd2ea7237823e291521
runtime: clean up gctrace format

Go 1.6 simplified the GC phases. The "synchronize Ps" phase no longer
exists and "root scan" and "mark" phases have been combined.

Update the gctrace line implementation and documentation to remove the
unused phases.

Fixes #13536.

Change-Id: I4fc37a3ce1ae3a99d48c0be2df64cbda3e05dee6
Reviewed-on: https://go-review.googlesource.com/18458
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/extern.go
src/runtime/mgc.go