]> Cypherpunks repositories - gostls13.git/commit
runtime: move stack management related code to stack.c
authorDmitriy Vyukov <dvyukov@google.com>
Thu, 14 Feb 2013 08:37:55 +0000 (12:37 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Thu, 14 Feb 2013 08:37:55 +0000 (12:37 +0400)
commit691455f780c12e2a7994413d6133d5e512c70b53
tree8f16ce413733bf0629039769603612e1bfc5e259
parent2803744b86a58054e052a9520d7c17ab41acd96c
runtime: move stack management related code to stack.c
No code changes.
This is mainly in preparation to scheduler changes,
oldstack/newstack are not related to scheduling.

R=golang-dev, minux.ma, rsc
CC=golang-dev
https://golang.org/cl/7311085
src/pkg/runtime/malloc.goc
src/pkg/runtime/proc.c
src/pkg/runtime/stack.c [new file with mode: 0644]