Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(22)

Issue 206060: code review 206060: runtime: tighten garbage collector (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 5 months ago by rsc
Modified:
15 years, 5 months ago
Reviewers:
CC:
iant, golang-dev
Visibility:
Public.

Description

runtime: tighten garbage collector * specialize sweepspan as sweepspan0 and sweepspan1. * in sweepspan1, inline "free" to avoid expensive mlookup.

Patch Set 1 #

Patch Set 2 : code review 206060: runtime: tighten garbage collector #

Total comments: 4

Patch Set 3 : code review 206060: runtime: tighten garbage collector #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -61 lines) Patch
M src/pkg/runtime/malloc.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/mcentral.c View 3 chunks +14 lines, -3 lines 0 comments Download
M src/pkg/runtime/mgc0.c View 1 2 2 chunks +96 lines, -58 lines 0 comments Download

Messages

Total messages: 3
rsc
Hello iant (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 5 months ago (2010-02-10 09:16:58 UTC) #1
iant
LGTM http://codereview.appspot.com/206060/diff/1001/4 File src/pkg/runtime/mgc0.c (right): http://codereview.appspot.com/206060/diff/1001/4#newcode207 src/pkg/runtime/mgc0.c:207: if(pfinq->fn == nil) Trailing tab. http://codereview.appspot.com/206060/diff/1001/4#newcode220 src/pkg/runtime/mgc0.c:220: // ...
15 years, 5 months ago (2010-02-10 16:28:56 UTC) #2
rsc
15 years, 5 months ago (2010-02-10 22:59:47 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=b2c1bb614c58 ***

runtime: tighten garbage collector
 * specialize sweepspan as sweepspan0 and sweepspan1.
 * in sweepspan1, inline "free" to avoid expensive mlookup.

R=iant
CC=golang-dev
http://codereview.appspot.com/206060
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b