]> Cypherpunks repositories - gostls13.git/commit
runtime: tell the truth about BitVector type
authorRuss Cox <rsc@golang.org>
Fri, 12 Sep 2014 11:36:23 +0000 (07:36 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 12 Sep 2014 11:36:23 +0000 (07:36 -0400)
commita7c6d89166fd7bf6c9af6013cbfaa21971ba28f0
treeb79bc2df78ba0baccfbf368804da726105aa1a58
parentf0d44dbeaf28d157f8eba85ec9f9bffdc84ce3e0
runtime: tell the truth about BitVector type

Dmitriy changed all the execution to interpret the BitVector
as an array of bytes. Update the declaration and generation
of the bitmaps to match, to avoid problems on big-endian
machines.

LGTM=khr
R=khr
CC=dvyukov, golang-codereviews
https://golang.org/cl/140570044
src/cmd/gc/plive.c
src/runtime/heapdump.c
src/runtime/malloc.h
src/runtime/mgc0.c
src/runtime/stack.c