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

Issue 133850043: code review 133850043: runtime: round channel size in allocation instead of us... (Closed)

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

Description

runtime: round channel size in allocation instead of using system-specific pad field Followup to CL 128700043.

Patch Set 1 #

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

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

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

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

Total comments: 1

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -5 lines) Patch
M src/pkg/runtime/chan.h View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M src/pkg/runtime/chan.go View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 12
rsc
Hello dvyukov (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
10 years, 8 months ago (2014-08-25 16:22:02 UTC) #1
bradfitz
LGTM I pointed this out to Minux too. On Mon, Aug 25, 2014 at 9:22 ...
10 years, 8 months ago (2014-08-25 16:22:48 UTC) #2
dvyukov
is amd64p32 _64BIT? On Mon, Aug 25, 2014 at 8:22 PM, Brad Fitzpatrick <bradfitz@golang.org> wrote: ...
10 years, 8 months ago (2014-08-25 16:24:45 UTC) #3
rsc
On Mon, Aug 25, 2014 at 12:24 PM, Dmitry Vyukov <dvyukov@google.com> wrote: > is amd64p32 ...
10 years, 8 months ago (2014-08-25 16:26:52 UTC) #4
dvyukov
LGTM On Mon, Aug 25, 2014 at 8:26 PM, Russ Cox <rsc@golang.org> wrote: > On ...
10 years, 8 months ago (2014-08-25 16:37:04 UTC) #5
rsc
Hello dvyukov@google.com, bradfitz@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 8 months ago (2014-08-25 16:42:09 UTC) #6
rsc
I changed it to do the right thing at the allocation site, and I removed ...
10 years, 8 months ago (2014-08-25 16:42:22 UTC) #7
dvyukov
LGTM https://codereview.appspot.com/133850043/diff/80001/src/pkg/runtime/chan.go File src/pkg/runtime/chan.go (right): https://codereview.appspot.com/133850043/diff/80001/src/pkg/runtime/chan.go#newcode18 src/pkg/runtime/chan.go:18: // TODO(dvyukov): make hchan.buf an unsafe.Pointer, not a ...
10 years, 8 months ago (2014-08-25 16:43:23 UTC) #8
rsc
fixed todo
10 years, 8 months ago (2014-08-25 16:43:51 UTC) #9
rsc
will submit once 386 build passes for me.
10 years, 8 months ago (2014-08-25 16:47:18 UTC) #10
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=e5f21706c4ca *** runtime: round channel size in allocation instead of using system-specific ...
10 years, 8 months ago (2014-08-25 17:32:02 UTC) #11
gobot
10 years, 8 months ago (2014-08-25 18:13:38 UTC) #12
Message was sent while issue was closed.
This CL appears to have broken the darwin-386 builder.
See http://build.golang.org/log/52a149468d98a32b60d5e1072d3db8125847acef
Sign in to reply to this message.

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