]> Cypherpunks repositories - gostls13.git/commit
runtime: change Note from union to struct
authorDmitriy Vyukov <dvyukov@google.com>
Sun, 7 Apr 2013 03:09:02 +0000 (20:09 -0700)
committerDmitriy Vyukov <dvyukov@google.com>
Sun, 7 Apr 2013 03:09:02 +0000 (20:09 -0700)
commit58030c541bd39b287aa66569e58094279b7cf642
tree557915698970a2960e00a803806691bd5a40c93c
parentd617454379546027a02fe668bf76f85c75ff6917
runtime: change Note from union to struct
Unions can break precise GC.
Update #5193.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/8362046
src/pkg/runtime/lock_futex.c
src/pkg/runtime/lock_sema.c
src/pkg/runtime/runtime.h