]> Cypherpunks repositories - gostls13.git/commit
runtime: garbage collection + malloc performance
authorRuss Cox <rsc@golang.org>
Wed, 10 Feb 2010 08:00:12 +0000 (00:00 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 10 Feb 2010 08:00:12 +0000 (00:00 -0800)
commitf25586a306cab6bf06fee66336ba77c0fac471c6
treebae3dce937cbe88eefba982cdbafa536f8f7aa4a
parent0cba5fc051e07a25e51eb7eb16605d871859f116
runtime: garbage collection + malloc performance
  * add bit tracking finalizer status, avoiding getfinalizer lookup
  * add ability to allocate uncleared memory

R=iant
CC=golang-dev
https://golang.org/cl/207044
src/pkg/runtime/iface.c
src/pkg/runtime/malloc.cgo
src/pkg/runtime/malloc.h
src/pkg/runtime/mcache.c
src/pkg/runtime/mcentral.c
src/pkg/runtime/mfinal.c
src/pkg/runtime/mgc0.c
src/pkg/runtime/proc.c
src/pkg/runtime/slice.c