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

Issue 207044: code review 207044: runtime: garbage collection + malloc performance (Closed)

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

Description

runtime: garbage collection + malloc performance * add bit tracking finalizer status, avoiding getfinalizer lookup * add ability to allocate uncleared memory

Patch Set 1 : code review 207044: runtime: add bit tracking finalizer status, avoiding ge... #

Patch Set 2 : code review 207044: runtime: garbage collection + malloc performance #

Patch Set 3 : code review 207044: runtime: garbage collection + malloc performance #

Patch Set 4 : code review 207044: runtime: garbage collection + malloc performance #

Patch Set 5 : code review 207044: runtime: garbage collection + malloc performance #

Patch Set 6 : code review 207044: runtime: garbage collection + malloc performance #

Total comments: 2

Patch Set 7 : code review 207044: runtime: garbage collection + malloc performance #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -86 lines) Patch
M src/pkg/runtime/iface.c View 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/malloc.h View 1 2 3 4 5 5 chunks +18 lines, -5 lines 0 comments Download
M src/pkg/runtime/malloc.cgo View 3 4 5 6 9 chunks +21 lines, -15 lines 0 comments Download
M src/pkg/runtime/mcache.c View 2 chunks +11 lines, -1 line 0 comments Download
M src/pkg/runtime/mcentral.c View 5 6 2 chunks +10 lines, -4 lines 0 comments Download
M src/pkg/runtime/mfinal.c View 1 2 3 4 5 5 chunks +28 lines, -10 lines 0 comments Download
M src/pkg/runtime/mgc0.c View 1 2 3 4 5 7 chunks +23 lines, -27 lines 0 comments Download
M src/pkg/runtime/proc.c View 3 4 5 6 chunks +16 lines, -20 lines 0 comments Download
M src/pkg/runtime/slice.c View 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4
rsc
Hello iant (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 3 months ago (2010-02-10 04:42:29 UTC) #1
iant
LGTM http://codereview.appspot.com/207044/diff/1042/43 File src/pkg/runtime/malloc.cgo (right): http://codereview.appspot.com/207044/diff/1042/43#newcode185 src/pkg/runtime/malloc.cgo:185: /* Any particular reason to comment this out? ...
15 years, 3 months ago (2010-02-10 06:03:49 UTC) #2
rsc
> http://codereview.appspot.com/207044/diff/1042/43#newcode185 > src/pkg/runtime/malloc.cgo:185: /* > Any particular reason to comment this out? It's good ...
15 years, 3 months ago (2010-02-10 06:08:59 UTC) #3
rsc
15 years, 3 months ago (2010-02-10 08:00:15 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=ea6542b375e9 ***

runtime: garbage collection + malloc performance
  * add bit tracking finalizer status, avoiding getfinalizer lookup
  * add ability to allocate uncleared memory

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

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