1
0
mirror of https://github.com/golang/go synced 2024-11-07 12:26:16 -07:00
go/src/cmd
Dan Scales 281d168e2d cmd/compile: don't set Ntype in noder2 anymore
Now that we are no longer calling the old typechecker at all during the
noder2 pass, we don't need to create and set an Ntype node ((which is
just a node representation of the type which we already know) for the
Name and Closure nodes. This should reduce memory usage a bit for -G=3.

Change-Id: I6b1345007ce067a89ee64955a53f25645c303f4d
Reviewed-on: https://go-review.googlesource.com/c/go/+/308909
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Dan Scales <danscales@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
2021-04-09 22:57:48 +00:00
..
addr2line
api all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
asm internal/goexperiment,cmd: consolidate GOEXPERIMENTs into a new package 2021-04-08 02:17:16 +00:00
buildid
cgo runtime/cgo: add Handle for managing (c)go pointers 2021-04-06 23:39:42 +00:00
compile cmd/compile: don't set Ntype in noder2 anymore 2021-04-09 22:57:48 +00:00
cover cmd/cover: use golang.org/x/tools/cover directly 2021-03-25 20:57:58 +00:00
dist cmd/go: strip GOEXPERIMENT from hash salt 2021-04-08 19:52:03 +00:00
doc cmd/doc: properly display interface methods 2021-03-19 03:05:26 +00:00
fix all: introduce and use internal/execabs 2021-01-21 19:10:18 +00:00
go cmd/go/internal/modload: change mvsReqs to store roots instead of a full build list 2021-04-09 18:49:05 +00:00
gofmt cmd/gofmt: fix const association to avoid inaccurate comment 2021-03-10 17:10:00 +00:00
internal cmd/internal/objabi: make GOEXPERIMENT=none mean "no experiment flags" 2021-04-09 19:11:12 +00:00
link cmd/link: link libgcc archive after mingw archives 2021-04-09 13:10:36 +00:00
nm all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
objdump cmd/objdump: update test with register ABI 2021-04-09 00:09:47 +00:00
pack cmd/pack: use testing.T.TempDir in tests 2021-04-07 13:24:10 +00:00
pprof cmd/vendor, cmd/pprof: use golang.org/x/term directly 2021-03-26 06:03:20 +00:00
test2json all: introduce and use internal/execabs 2021-01-21 19:10:18 +00:00
trace all: use HTML5 br tags 2021-03-13 03:38:42 +00:00
vendor cmd/go: upgrade and vendor golang.org/x/mod 2021-04-09 18:19:42 +00:00
vet cmd/vet: bring in sigchanyzer to report unbuffered channels to signal.Notify 2021-03-08 23:13:52 +00:00
go.mod cmd/go: upgrade and vendor golang.org/x/mod 2021-04-09 18:19:42 +00:00
go.sum cmd/go: upgrade and vendor golang.org/x/mod 2021-04-09 18:19:42 +00:00
README.vendor

See src/README.vendor for information on loading vendored packages
and updating the vendor directory.