]> Cypherpunks repositories - gostls13.git/commit
runtime: replace unions with structs
authorDmitriy Vyukov <dvyukov@google.com>
Sun, 7 Apr 2013 03:02:49 +0000 (20:02 -0700)
committerDmitriy Vyukov <dvyukov@google.com>
Sun, 7 Apr 2013 03:02:49 +0000 (20:02 -0700)
commit60682c4f596803f102ae8694f790995d1e99c273
tree018d538ca5f18c8199c821ecaaf457ac02e5f384
parentcfe336770b684ba1a4806772d23e9d178f9b4003
runtime: replace unions with structs
Unions can break precise GC.
Update #5193.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/8456043
src/pkg/runtime/atomic_arm.c
src/pkg/runtime/sema.goc