]> Cypherpunks repositories - gostls13.git/commit
cmd/go: compile packages imported by runtime with -+
authorIan Lance Taylor <iant@golang.org>
Tue, 10 Apr 2018 03:01:36 +0000 (20:01 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 10 Apr 2018 13:27:50 +0000 (13:27 +0000)
commitee0aa3965726111689955e248004ce4e48f7bc63
tree86d98e18e0ec42dab620a29ab5e46c695c0f6b10
parent188e2bf89712fcb97bd5329f167fedc6dd90316b
cmd/go: compile packages imported by runtime with -+

Packages imported by the runtime should follow the same memory
allocation rules as the runtime package.

Change-Id: Id3fadb05605acbd6ac61d7fe6068a2add8bb2308
Reviewed-on: https://go-review.googlesource.com/105995
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/go/internal/work/gc.go