]> Cypherpunks repositories - gostls13.git/commit
build: implement GOEXPERIMENT again in runtime, and add to liblink
authorRuss Cox <rsc@golang.org>
Sat, 17 Jan 2015 00:22:58 +0000 (19:22 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 21 Jan 2015 00:44:18 +0000 (00:44 +0000)
commitdba9eb336930ccddafb4bec2ca67d6ea125b1f02
treecfcbc7b73287ac5f120ca5538b46e6b8f8be486b
parent8bf6e09f4cbb0242039dd4602f1f2d58e30e0f26
build: implement GOEXPERIMENT again in runtime, and add to liblink

For Austin's framepointer experiment.

Change-Id: I81b6f414943b3578924f853300b9193684f79bf4
Reviewed-on: https://go-review.googlesource.com/2994
Reviewed-by: Austin Clements <austin@google.com>
include/link.h
src/cmd/dist/build.go
src/cmd/dist/buildruntime.go
src/cmd/gc/go.h
src/cmd/gc/lex.c
src/cmd/gc/plive.c
src/cmd/gc/walk.c
src/liblink/go.c
src/liblink/sym.c
src/runtime/proc1.go