]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/gc: expand DBG macro in lex.go
authorRuss Cox <rsc@golang.org>
Mon, 23 Feb 2015 22:34:49 +0000 (17:34 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 25 Feb 2015 18:29:30 +0000 (18:29 +0000)
commit6eaa09501282b347dc37590f3581557e3b5f1b41
tree5b28b34fd593c8784c73435c120a24496fc221c7
parent88cbe09202d54b6cd3f4d8c0fa8b50e13c7372cf
cmd/internal/gc: expand DBG macro in lex.go

The dummy implementation was causing lots of argument lists
to be prepared and thrown away.

Change-Id: Id0040dec6b0937f3daa8a8d8911fa3280123e863
Reviewed-on: https://go-review.googlesource.com/5700
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/internal/gc/go.go
src/cmd/internal/gc/lex.go