Message:
Hello golan...@googlegroups.com,
I'd like you to review this change to
https://go.googlecode.com/hg/
Description:
runtime: minor refactoring in preparation for parallel GC
factor sweepspan() out of sweep(), no logical changes
Please review this at http://codereview.appspot.com/5991047/
Affected files:
M src/pkg/runtime/mgc0.c
Thanks.
Please take another look.
Done. PTAL.
Unfortunately the diff have not become smaller, I guess it's because of
changed indentation level.
runtime: minor refactoring in preparation for parallel GC
factor sweepspan() out of sweep(), no logical changes
R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/5991047
On Apr 5, 2012 8:38 PM, "Russ Cox" <r...@golang.org> wrote:
>
> Please put sweepspan after sweep instead of before it,
> so that the code continues to read from top-to-bottom.
I like the top-to-bottom feature of Go