]> Cypherpunks repositories - gostls13.git/commit
runtime: instrument malloc + garbage collector.
authorRuss Cox <rsc@golang.org>
Mon, 8 Feb 2010 22:32:22 +0000 (14:32 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 8 Feb 2010 22:32:22 +0000 (14:32 -0800)
commite4f06812c5c291e21c07bb19cc48f947f0a84060
tree41eb3c4e31fa99fb0346ec5be84eaf00be902e44
parent49c42569138d027b7c7e68dbbe58fd1864045767
runtime: instrument malloc + garbage collector.
add simple garbage collection benchmark.

R=iant
CC=golang-dev
https://golang.org/cl/204053
14 files changed:
src/pkg/runtime/darwin/386/sys.s
src/pkg/runtime/darwin/amd64/sys.s
src/pkg/runtime/extern.go
src/pkg/runtime/freebsd/386/sys.s
src/pkg/runtime/freebsd/amd64/sys.s
src/pkg/runtime/linux/386/sys.s
src/pkg/runtime/linux/amd64/sys.s
src/pkg/runtime/malloc.cgo
src/pkg/runtime/malloc.h
src/pkg/runtime/mgc0.c
src/pkg/runtime/msize.c
src/pkg/runtime/runtime.c
src/pkg/runtime/runtime.h
test/garbage/parser.go [new file with mode: 0644]