aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mbitmap.go
AgeCommit message (Expand)Author
2015-03-31runtime, cmd/internal/ld: change runtime to use a single linker symbolMichael Hudson-Doyle
2015-03-04runtime: Remove boundary bit logic.Rick Hudson
2015-03-04runtime: use multiply instead of divide in heapBitsForObjectRuss Cox
2015-02-27runtime: trivial clean ups to greyobjectAustin Clements
2015-02-25runtime: handle holes in the heapKeith Randall
2015-02-23runtime: eliminate unnecessary assumption in heapBitsForObjectAustin Clements
2015-02-19runtime: reorganize memory codeRuss Cox
2015-01-19runtime: factor out bitmap, finalizer code from malloc/mgcRuss Cox