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

Issue 7473044: code review 7473044: cmd/gc: support channel types in the garbage collector (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by atom
Modified:
12 years, 1 month ago
Reviewers:
CC:
golang-dev, dvyukov, rsc
Visibility:
Public.

Description

cmd/gc: support channel types in the garbage collector

Patch Set 1 #

Total comments: 6

Patch Set 2 : diff -r 451d31faf61c https://code.google.com/p/go/ #

Patch Set 3 : diff -r 5957d9d08900 https://code.google.com/p/go/ #

Patch Set 4 : diff -r b5b5c246be0c https://code.google.com/p/go/ #

Patch Set 5 : diff -r 3da2503358da https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -5 lines) Patch
M src/cmd/gc/reflect.c View 1 2 2 chunks +10 lines, -1 line 0 comments Download
M src/pkg/runtime/mgc0.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/mgc0.c View 1 2 3 7 chunks +28 lines, -4 lines 0 comments Download

Messages

Total messages: 7
atom
Hello golang-dev@googlegroups.com (cc: rsc, dvyukov), I'd like you to review this change to https://code.google.com/p/go/
12 years, 2 months ago (2013-03-05 09:10:56 UTC) #1
dvyukov
https://codereview.appspot.com/7473044/diff/1/src/pkg/runtime/mgc0.c File src/pkg/runtime/mgc0.c (right): https://codereview.appspot.com/7473044/diff/1/src/pkg/runtime/mgc0.c#newcode716 src/pkg/runtime/mgc0.c:716: chan_ret = 0; s/0/nil/ https://codereview.appspot.com/7473044/diff/1/src/pkg/runtime/mgc0.c#newcode975 src/pkg/runtime/mgc0.c:975: runtime·lock(&lock); why do ...
12 years, 2 months ago (2013-03-08 15:16:35 UTC) #2
atom
Hello golang-dev@googlegroups.com, dvyukov@google.com (cc: golang-dev@googlegroups.com, rsc@golang.org), Please take another look.
12 years, 2 months ago (2013-03-08 15:25:23 UTC) #3
atom
https://codereview.appspot.com/7473044/diff/1/src/pkg/runtime/mgc0.c File src/pkg/runtime/mgc0.c (right): https://codereview.appspot.com/7473044/diff/1/src/pkg/runtime/mgc0.c#newcode716 src/pkg/runtime/mgc0.c:716: chan_ret = 0; On 2013/03/08 15:16:35, dvyukov wrote: > ...
12 years, 2 months ago (2013-03-08 15:29:51 UTC) #4
dvyukov
LGTM generally, but I did not follow the GC changes very closely, so better reviewed ...
12 years, 2 months ago (2013-03-08 15:48:31 UTC) #5
rsc
LGTM
12 years, 1 month ago (2013-03-19 18:38:20 UTC) #6
atom
12 years, 1 month ago (2013-03-19 18:51:11 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=68679922e4fe ***

cmd/gc: support channel types in the garbage collector

R=golang-dev, dvyukov, rsc
CC=golang-dev
https://codereview.appspot.com/7473044
Sign in to reply to this message.

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