commit | 3f8aa662e9710f821411dc9c6f0f0be8c756e40d | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Fri Dec 05 15:24:18 2008 -0800 |
committer | Russ Cox <rsc@golang.org> | Fri Dec 05 15:24:18 2008 -0800 |
tree | ae9d666b764532276b207e1125d30252716ab014 | |
parent | 73120ee81d2f4755bcbf03ea6b4c127afc141047 [diff] |
add support for ref counts to memory allocator. mark and sweep, stop the world garbage collector (intermediate step in the way to ref counting). can run pretty with an explicit gc after each file. R=r DELTA=502 (346 added, 143 deleted, 13 changed) OCL=20630 CL=20635