]> Cypherpunks repositories - gostls13.git/commit
runtime: get rid of copyable check - all G frames are copyable.
authorKeith Randall <khr@golang.org>
Thu, 11 Sep 2014 20:46:58 +0000 (13:46 -0700)
committerKeith Randall <khr@golang.org>
Thu, 11 Sep 2014 20:46:58 +0000 (13:46 -0700)
commit00365b13b45a7a0cbfd0752c44ef84dc4961ce76
treebae51d81f810791c8f139c701ee3264e06765f2f
parent91baf5c65d50a1fd33097d2610e32d575d054e6f
runtime: get rid of copyable check - all G frames are copyable.

Just go ahead and do it, if something is wrong we'll throw.

Also rip out cc-generated arg ptr maps, they are useless now.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/133690045
src/cmd/cc/bv.c [deleted file]
src/cmd/cc/cc.h
src/cmd/cc/pgen.c
src/runtime/stack.c