tools/go/ssa/interp
Alan Donovan 744d7e68b1 go.tools/go/ssa: use bytes.Buffer instead of io.Writer.
This is (a) more efficient and (b) avoids the need for
constant error handling, since buffer writes can't fail.

Also:
- added WriteFunction and WritePackage functions,
  similar to types.WriteFoo.
- *Function and *Package now implement io.WriterTo.

LGTM=gri
R=gri
CC=golang-codereviews
https://golang.org/cl/57930044
2014-01-28 17:48:10 -05:00
..
testdata go.tools/go/ssa/interp: implement reflection over callstack (now that we have access to it). 2014-01-27 15:39:17 -05:00
external.go go.tools/go/ssa/interp: implement reflection over callstack (now that we have access to it). 2014-01-27 15:39:17 -05:00
external_plan9.go go.tools/ssa/interp: add intrinsics for (*sync.Pool).{Get,Put}. 2014-01-27 13:11:16 -05:00
external_unix.go go.tools/ssa/interp: add intrinsics for (*sync.Pool).{Get,Put}. 2014-01-27 13:11:16 -05:00
external_windows.go go.tools/ssa/interp: add intrinsics for (*sync.Pool).{Get,Put}. 2014-01-27 13:11:16 -05:00
interp.go go.tools/go/ssa/interp: implement reflection over callstack (now that we have access to it). 2014-01-27 15:39:17 -05:00
interp_test.go go.tools/go/ssa/interp: implement reflection over callstack (now that we have access to it). 2014-01-27 15:39:17 -05:00
map.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
ops.go go.tools/go/types: cleanup: more consistent exported predicate names 2014-01-28 10:57:56 -08:00
reflect.go go.tools/go/ssa/interp: implement reflection over callstack (now that we have access to it). 2014-01-27 15:39:17 -05:00
value.go go.tools/go/ssa: use bytes.Buffer instead of io.Writer. 2014-01-28 17:48:10 -05:00