go/test/syntax
David Crawshaw 5aa5db7593 cmd/compile: use bufio.Reader directly in lexer
Removes an intermediate layer of functions that was clogging up a
corner of the compiler's profile graph.

I can't measure a performance improvement running a large build
like jujud, but the profile reports less total time spent in
gc.(*lexer).getr.

Change-Id: I3000585cfcb0f9729d3a3859e9023690a6528591
Reviewed-on: https://go-review.googlesource.com/20565
Reviewed-by: Robert Griesemer <gri@golang.org>
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-03-11 21:27:23 +00:00
..
chan.go cmd/compile/internal/gc: recursive-descent parser 2015-11-13 14:53:57 +00:00
chan1.go test: fix build (update for new error message) 2013-09-06 16:15:30 -04:00
composite.go cmd/compile: better syntax error recovery 2015-11-20 19:56:27 +00:00
ddd.go cmd/compile: use bufio.Reader directly in lexer 2016-03-11 21:27:23 +00:00
else.go test: use testlib (final 61) 2012-02-16 23:51:04 -05:00
forvar.go cmd/compile/internal/gc: recursive-descent parser 2015-11-13 14:53:57 +00:00
if.go test: use testlib (final 61) 2012-02-16 23:51:04 -05:00
import.go test: use testlib (final 61) 2012-02-16 23:51:04 -05:00
interface.go test: use testlib (final 61) 2012-02-16 23:51:04 -05:00
semi1.go test: match gccgo error messages 2013-12-12 17:18:12 -08:00
semi2.go test: match gccgo error messages 2013-12-12 17:18:12 -08:00
semi3.go test: match gccgo error messages 2013-12-12 17:18:12 -08:00
semi4.go cmd/compile/internal/gc: recursive-descent parser 2015-11-13 14:53:57 +00:00
semi5.go test: use testlib (final 61) 2012-02-16 23:51:04 -05:00
semi6.go cmd/compile/internal/gc: recursive-descent parser 2015-11-13 14:53:57 +00:00
semi7.go cmd/compile/internal/gc: recursive-descent parser 2015-11-13 14:53:57 +00:00
topexpr.go test: use testlib (final 61) 2012-02-16 23:51:04 -05:00
typesw.go test: use testlib (final 61) 2012-02-16 23:51:04 -05:00
vareq.go test: use testlib (final 61) 2012-02-16 23:51:04 -05:00
vareq1.go cmd/compile/internal/gc: recursive-descent parser 2015-11-13 14:53:57 +00:00