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

Issue 136980044: code review 136980044: runtime: convert chanrecv to Go (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 6 months ago by khr
Modified:
10 years, 6 months ago
Reviewers:
rsc, dvyukov
CC:
golang-codereviews, bradfitz, rsc, dvyukov
Visibility:
Public.

Description

runtime: convert chanrecv to Go

Patch Set 1 #

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

Patch Set 3 : diff -r 173175ba9eb71f00f69da09c738523eb4fab36a6 https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 4 : diff -r 173175ba9eb71f00f69da09c738523eb4fab36a6 https://khr%40golang.org@code.google.com/p/go/ #

Total comments: 2

Patch Set 5 : diff -r 173175ba9eb71f00f69da09c738523eb4fab36a6 https://khr%40golang.org@code.google.com/p/go/ #

Total comments: 16

Patch Set 6 : diff -r bd5377bd44818ac3c0a849397b68de84d4ad272a https://code.google.com/p/go/ #

Patch Set 7 : diff -r bd5377bd44818ac3c0a849397b68de84d4ad272a https://code.google.com/p/go/ #

Patch Set 8 : diff -r bd5377bd44818ac3c0a849397b68de84d4ad272a https://code.google.com/p/go/ #

Patch Set 9 : diff -r 7786bd1553ab00632e8ea85a78d640eb19c9d490 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+328 lines, -417 lines) Patch
M src/pkg/runtime/asm_386.s View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/runtime/asm_amd64.s View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/runtime/asm_amd64p32.s View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/runtime/asm_arm.s View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/runtime/chan.go View 1 2 3 4 5 6 7 7 chunks +295 lines, -7 lines 0 comments Download
M src/pkg/runtime/chan.goc View 1 2 3 4 5 7 chunks +10 lines, -408 lines 0 comments Download
M src/pkg/runtime/pprof/pprof_test.go View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/stubs.go View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/runtime/thunk.s View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 5
khr
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://khr%40golang.org@code.google.com/p/go/
10 years, 6 months ago (2014-08-29 18:47:03 UTC) #1
bradfitz
https://codereview.appspot.com/136980044/diff/60001/src/pkg/runtime/chan.go File src/pkg/runtime/chan.go (right): https://codereview.appspot.com/136980044/diff/60001/src/pkg/runtime/chan.go#newcode326 src/pkg/runtime/chan.go:326: func chanrecv(t *chantype, c *hchan, ep unsafe.Pointer, block bool) ...
10 years, 6 months ago (2014-08-29 18:56:31 UTC) #2
rsc
LGTM https://codereview.appspot.com/136980044/diff/80001/src/pkg/runtime/chan.go File src/pkg/runtime/chan.go (right): https://codereview.appspot.com/136980044/diff/80001/src/pkg/runtime/chan.go#newcode330 src/pkg/runtime/chan.go:330: println("chanrecv: chan=", c) println puts spaces around everything, ...
10 years, 6 months ago (2014-08-30 04:11:32 UTC) #3
dvyukov
LGTM https://codereview.appspot.com/136980044/diff/80001/src/pkg/runtime/chan.go File src/pkg/runtime/chan.go (right): https://codereview.appspot.com/136980044/diff/80001/src/pkg/runtime/chan.go#newcode39 src/pkg/runtime/chan.go:39: // and SudoG's are referenced from G so ...
10 years, 6 months ago (2014-08-30 05:45:40 UTC) #4
khr
10 years, 6 months ago (2014-08-30 18:03:32 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=70fc2e0dcd39 ***

runtime: convert chanrecv to Go

LGTM=rsc, dvyukov
R=golang-codereviews, bradfitz, rsc, dvyukov
CC=golang-codereviews
https://codereview.appspot.com/136980044
Sign in to reply to this message.

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