-
- Downloads
[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
Showing
- src/cmd/gc/plive.c 5 additions, 1 deletionsrc/cmd/gc/plive.c
- src/pkg/runtime/heapdump.c 7 additions, 7 deletionssrc/pkg/runtime/heapdump.c
- src/pkg/runtime/malloc.go 5 additions, 4 deletionssrc/pkg/runtime/malloc.go
- src/pkg/runtime/malloc.h 2 additions, 2 deletionssrc/pkg/runtime/malloc.h
- src/pkg/runtime/mgc0.c 29 additions, 22 deletionssrc/pkg/runtime/mgc0.c
- src/pkg/runtime/mgc0.h 7 additions, 0 deletionssrc/pkg/runtime/mgc0.h
- src/pkg/runtime/stack.c 3 additions, 3 deletionssrc/pkg/runtime/stack.c
Loading
Please register or sign in to comment