]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused moreframesize_minalloc field
authorDmitriy Vyukov <dvyukov@google.com>
Sat, 15 Jun 2013 12:02:39 +0000 (16:02 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Sat, 15 Jun 2013 12:02:39 +0000 (16:02 +0400)
commit5caf762457420bf6df0298a8d363ab60216f03bc
tree0e5cf39dc6732368940858a079e637a8e5059d64
parent8f6341d9eead70b2fa010a49f92e170682980d01
runtime: remove unused moreframesize_minalloc field
It was used to request large stack segment for GC
when it was running not on g0.
Now GC is running on g0 with large stack,
and it is not needed anymore.

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/10242045
src/pkg/runtime/runtime.h
src/pkg/runtime/stack.c