]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: correct capitalization in recordFlags parameter
authorDavid Chase <drchase@google.com>
Thu, 6 Jun 2019 13:56:20 +0000 (09:56 -0400)
committerDavid Chase <drchase@google.com>
Thu, 6 Jun 2019 15:56:57 +0000 (15:56 +0000)
commit53deb812196d857ce8a7c46c1f7c1559bb167630
tree721b2e34d33be2bb28c22efdbbf68016258e6372
parent5ec14065dcc4c066ca7e434be7239c942f0c2e5b
cmd/compile: correct capitalization in recordFlags parameter

Tool refactoring smallStacks into smallFrames helpfully
"corrected" the capitalization in a string, this undoes
the help.

This is necessary to ensure correct (re)building when the
flag is used to research stack-marking GC latency bugs.

Updates #27732.

Change-Id: Ib7c8d4a36c9e4f9612559be68bd481f9d9cc69f1
Reviewed-on: https://go-review.googlesource.com/c/go/+/180958
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/main.go