aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/gcinfo_test.go
AgeCommit message (Expand)Author
2020-08-17runtime: move checkmarks to a separate bitmapAustin Clements
2020-01-19runtime: add support for linux/riscv64Joel Sing
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2018-10-03cmd/compile,runtime: remove ambiguously live logicKeith Randall
2018-05-08runtime: add js/wasm architectureRichard Musiol
2018-02-27cmd/compile: mark the first word of an interface as a uintptrKeith Randall
2016-11-15runtime: add support files for linux/mips{,le} portVladimir Stefanovic
2016-04-30runtime: reclaim scan/dead bit in first wordAustin Clements
2016-04-11all: use bytes.Equal, bytes.Contains and strings.Contains, againDominik Honnef
2016-04-06runtime: add s390x support (modified files only)Michael Munday
2015-11-12runtime: added mips64{,le} build tags and GOARCH casesYao Zhang
2015-05-15runtime: test and fix heap bitmap for 1-pointer allocation on 32-bit systemRuss Cox
2015-05-11runtime: reintroduce ``dead'' space during GC scanRuss Cox
2015-05-11runtime: use 2-bit heap bitmap (in place of 4-bit)Russ Cox
2015-05-11runtime: use 1-bit pointer bitmaps in type representationRuss Cox
2015-05-01cmd/internal/gc, runtime: use 1-bit bitmap for stack frames, data, bssRuss Cox
2015-03-16runtime: add support for linux/arm64Aram Hăvărneanu
2015-01-19runtime: factor out bitmap, finalizer code from malloc/mgcRuss Cox
2014-12-05all: power64 is now ppc64Russ Cox
2014-11-14[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox
2014-11-11[dev.cc] reflect: interfaces contain only pointersRuss Cox
2014-10-31[dev.power64] runtime: fix gcinfo_test on power64xAustin Clements
2014-10-22build: merge the great pkg/ rename into dev.power64Austin Clements
2014-09-08build: move package sources from src/pkg to srcRuss Cox