]> Cypherpunks repositories - gostls13.git/commit
runtime: mark race instrumentation callbacks as nosplitstack
authorDmitriy Vyukov <dvyukov@google.com>
Tue, 6 Nov 2012 16:54:22 +0000 (20:54 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Tue, 6 Nov 2012 16:54:22 +0000 (20:54 +0400)
commit0ead18c59e357d79f10e3132d4b1b2fede577cbb
treed4362e13594d738db0ce57e3b562dd168d6977b3
parentfb9706d3bed364276c075081fbab820719fc5965
runtime: mark race instrumentation callbacks as nosplitstack
It speedups the race detector somewhat, but also prevents
getcallerpc() from obtaining lessstack().

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/6812091
src/pkg/runtime/race.c