go/src/cmd/compile
Keith Randall d603c27c6b cmd/compile: large ptr literals must escape
They get rewritten to NEWs, and they must be marked as escaping
so walk doesn't try to allocate them back onto the stack.

Fixes #15733

Change-Id: I433033e737c3de51a9e83a5a273168dbc9110b74
Reviewed-on: https://go-review.googlesource.com/23223
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
2016-05-19 15:12:01 +00:00
..
internal cmd/compile: large ptr literals must escape 2016-05-19 15:12:01 +00:00
doc.go cmd/compile: document -l in godoc 2016-05-09 19:06:53 +00:00
main.go cmd/compile/internal/s390x: add s390x support 2016-04-12 14:38:17 +00:00