]> Cypherpunks repositories - gostls13.git/commit
runtime: remove g.stackAlloc
authorAustin Clements <austin@google.com>
Thu, 9 Feb 2017 19:11:13 +0000 (14:11 -0500)
committerAustin Clements <austin@google.com>
Tue, 14 Feb 2017 15:52:56 +0000 (15:52 +0000)
commit0993b2fd06a43a2e51b68dd7d8b0643e50c54b9d
treeac154cd3b3f707810484addea0eab4a99384d58b
parentd089a6c7187f1ff85277515405ec6c641588a7ff
runtime: remove g.stackAlloc

Since we're no longer stealing space for the stack barrier array from
the stack allocation, the stack allocation is simply
g.stack.hi-g.stack.lo.

Updates #17503.

Change-Id: Id9b450ae12c3df9ec59cfc4365481a0a16b7c601
Reviewed-on: https://go-review.googlesource.com/36621
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/proc.go
src/runtime/runtime2.go
src/runtime/signal_unix.go
src/runtime/stack.go