]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: shrink stack guard
authorKeith Randall <khr@golang.org>
Thu, 25 Feb 2016 19:40:51 +0000 (11:40 -0800)
committerKeith Randall <khr@golang.org>
Thu, 25 Feb 2016 22:32:48 +0000 (22:32 +0000)
commitd3f15ff6bc353d94b7249f33bb030ee1f7ee887e
tree36909234198dae0452d9b7590e9ae60208af2c9d
parent378a86368279ffdfecc50e91c4bcb61e72957d21
[dev.ssa] cmd/compile: shrink stack guard

Our stack frame sizes look pretty good now.  Lower the stack
guard from 1024 to 720.
Tip is currently using 720.
We could go lower (to 640 at least) except PPC doesn't like that.

Change-Id: Ie5f96c0e822435638223f1e8a2bd1a1eed68e6aa
Reviewed-on: https://go-review.googlesource.com/19922
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/internal/obj/stack.go
src/runtime/stack.go
test/nosplit.go