]> Cypherpunks repositories - gostls13.git/commit
cmd/dist, runtime: Make stack guard larger for non-optimized builds
authorKeith Randall <khr@golang.org>
Thu, 30 Apr 2015 23:57:23 +0000 (16:57 -0700)
committerKeith Randall <khr@golang.org>
Fri, 1 May 2015 15:41:55 +0000 (15:41 +0000)
commita55b131393bfc2b0107806edd22c4dd704d96197
tree32dc80e8b6a1750615bc5d65870d16139b5ce5cc
parent7fbb1b36c37ac49db78042adc7533fb4ab83a4bc
cmd/dist, runtime: Make stack guard larger for non-optimized builds

Kind of a hack, but makes the non-optimized builds pass.

Fixes #10079

Change-Id: I26f41c546867f8f3f16d953dc043e784768f2aff
Reviewed-on: https://go-review.googlesource.com/9552
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/dist/buildruntime.go
src/cmd/internal/obj/stack.go
src/runtime/proc1.go
src/runtime/stack2.go