]> Cypherpunks repositories - gostls13.git/commit
runtime: replace union in MHeap with a struct
authorDmitriy Vyukov <dvyukov@google.com>
Sun, 7 Apr 2013 03:02:03 +0000 (20:02 -0700)
committerDmitriy Vyukov <dvyukov@google.com>
Sun, 7 Apr 2013 03:02:03 +0000 (20:02 -0700)
commitcfe336770b684ba1a4806772d23e9d178f9b4003
tree0068b15cc216980acc8b0e08e60d05492796da8e
parent54340bf56fb4b29ea175d85cff4ba765a60961b6
runtime: replace union in MHeap with a struct
Unions break precise GC.
Update #5193.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/8368044
src/pkg/runtime/malloc.h
src/pkg/runtime/mprof.goc