]> Cypherpunks repositories - gostls13.git/commit
runtime: introduce, use funcPC to convert Go func to PC
authorRuss Cox <rsc@golang.org>
Wed, 3 Sep 2014 15:10:38 +0000 (11:10 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 3 Sep 2014 15:10:38 +0000 (11:10 -0400)
commit0e07f1c99f7ba8f657eaab49bfe106abddbe93a9
tree67691fdac58500e723fca4713fc06caa9d843c7f
parent2c780a35b986dec270640115fb3f28a9e1affeaf
runtime: introduce, use funcPC to convert Go func to PC

This removes the ** unsafe hack.

Real bug fixed at chan.go:101.

LGTM=dave, r, iant
R=golang-codereviews, dave, r, iant
CC=dvyukov, golang-codereviews, khr
https://golang.org/cl/140870044
src/pkg/runtime/chan.go
src/pkg/runtime/cpuprof.go
src/pkg/runtime/export_test.go
src/pkg/runtime/hashmap.go
src/pkg/runtime/hashmap_fast.go
src/pkg/runtime/proc.go
src/pkg/runtime/select.go
src/pkg/runtime/slice.go
src/pkg/runtime/string.go