]> Cypherpunks repositories - gostls13.git/commit
[dev.power64] runtime: make all bitmaps arrays of bytes
authorRuss Cox <rsc@golang.org>
Fri, 15 Aug 2014 19:22:33 +0000 (15:22 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 15 Aug 2014 19:22:33 +0000 (15:22 -0400)
commitfd21b9f8b5fbec92d5a332b91e2eedce6a2a9ad4
treef05a46217d4443b677ddd898936a1f6478ed9732
parentf9fdc887ae71ebcf26c980f2f15ace2efec94881
[dev.power64] runtime: make all bitmaps arrays of bytes

The "simpler faster garbage collector" is full of little-endian assumptions.
Instead of trying to correct all the mistakes, just give in and make
everything use bytes.

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