]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: fix documentation error about runtime.GC()
authorAustin Clements <austin@google.com>
Thu, 8 Jun 2017 14:15:38 +0000 (10:15 -0400)
committerAustin Clements <austin@google.com>
Thu, 8 Jun 2017 17:47:50 +0000 (17:47 +0000)
commiteb751fa40b8b9f8ce2f1fe70cc140ef99fb118a4
treeb7bc370c6fe599ebe9fb0b73dac8a6c44c533c86
parent0b77d3eb009335aaa72205c6642409a5e4a408d6
runtime: fix documentation error about runtime.GC()

runtime.GC no longer triggers a STW GC. This fixes the description of
GODEBUG=gctrace=1 so it doesn't claim otherwise.

Change-Id: Ibd34a55c5ae7b5eda5c2393b9a6674bdf1d51eb3
Reviewed-on: https://go-review.googlesource.com/45131
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/extern.go