]> Cypherpunks.ru repositories - gostls13.git/commit
gc #0. mark and sweep collector.
authorRuss Cox <rsc@golang.org>
Tue, 27 Jan 2009 01:37:05 +0000 (17:37 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 27 Jan 2009 01:37:05 +0000 (17:37 -0800)
commit1ce17918e32afe42824404a1419b54a465e8b155
tree716e6b85c74f50ceb20e1aa0bd630654b5c13e17
parent5b129cda5f53aa217203a24bd44936092668c154
gc #0.  mark and sweep collector.

R=r,gri
DELTA=472  (423 added, 2 deleted, 47 changed)
OCL=23522
CL=23541
16 files changed:
src/lib/malloc.go
src/runtime/Makefile
src/runtime/malloc.c
src/runtime/malloc.h
src/runtime/malloc_go.cgo
src/runtime/mcentral.c
src/runtime/mgc0.c [new file with mode: 0644]
src/runtime/mheap.c
src/runtime/msize.c
src/runtime/proc.c
src/runtime/rt1_amd64_darwin.c
src/runtime/rt1_amd64_linux.c
src/runtime/runtime.c
src/runtime/runtime.h
test/gc.go [new file with mode: 0644]
test/gc1.go [new file with mode: 0644]