]> Cypherpunks repositories - gostls13.git/commit
runtime: remove nomemprof
authorDmitriy Vyukov <dvyukov@google.com>
Fri, 18 Oct 2013 06:45:19 +0000 (10:45 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Fri, 18 Oct 2013 06:45:19 +0000 (10:45 +0400)
commitf6329700aee750e3eaded14cf64b2971ace839f6
tree94dfd13c4f43f603b144b1242944e195ca8e869b
parentf5d25fd695471065a474b7940ef11e006d683aac
runtime: remove nomemprof
Nomemprof seems to be unneeded now, there is no recursion.
If the recursion will be re-introduced, it will break loudly by deadlocking.
Fixes #6566.

R=golang-dev, minux.ma, rsc
CC=golang-dev
https://golang.org/cl/14695044
src/pkg/runtime/mprof.goc
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.h