]> Cypherpunks repositories - gostls13.git/commit
gc: more accurate description of -w and -W switches.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Wed, 7 Dec 2011 16:45:30 +0000 (11:45 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 7 Dec 2011 16:45:30 +0000 (11:45 -0500)
commit0c64972dd1175a32d11793e5b7b6d455194db3d4
tree3d28dc2116b2f8794c0e1dc2df1287ce86c8f636
parent50c24bf6ec4d05148012cbd010476f7151627424
gc: more accurate description of -w and -W switches.

The -w switch actually prints steps of the syntax tree walks
while -W prints a summary before and after the walk.

R=golang-dev, rsc
CC=golang-dev, remy
https://golang.org/cl/5444049
src/cmd/gc/lex.c