]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused m->racepc
authorDmitriy Vyukov <dvyukov@google.com>
Mon, 12 Aug 2013 17:48:19 +0000 (21:48 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Mon, 12 Aug 2013 17:48:19 +0000 (21:48 +0400)
commitfa4628346b78f8847f11166d52d250abb6cb50df
tree41a598c6c6236e853dfff0882a11f2551e7409e1
parentf3c1070fa4cb02c55b47b874076fe74879288a4c
runtime: remove unused m->racepc
The original plan was to collect allocation stacks
for all memory blocks. But it was never implemented
and it's not in near plans and it's unclear how to do it at all.

R=golang-dev, dave, bradfitz
CC=golang-dev
https://golang.org/cl/12724044
src/pkg/runtime/malloc.goc
src/pkg/runtime/race.c
src/pkg/runtime/race.h
src/pkg/runtime/race0.c
src/pkg/runtime/runtime.h