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

Issue 5530063: code review 5530063: cmd/go: fix freebsd build (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 6 months ago by mikio
Modified:
13 years, 6 months ago
Reviewers:
rsc
CC:
golang-dev, adg
Visibility:
Public.

Description

cmd/go: fix freebsd build

Patch Set 1 #

Patch Set 2 : diff -r 30af37601706 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 30af37601706 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 30af37601706 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 30af37601706 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M src/cmd/go/build.go View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 9
mikio
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 6 months ago (2012-01-10 05:33:17 UTC) #1
mikio
Sorry I have no spare time to take a look at NumCPU of runtime on ...
13 years, 6 months ago (2012-01-10 05:38:10 UTC) #2
adg
LGTM This is a nice safeguard against runtime.NumCPUs() returning zero (or the user providing -p ...
13 years, 6 months ago (2012-01-10 05:40:06 UTC) #3
adg
On 10 January 2012 16:38, Mikio Hara <mikioh.mikioh@gmail.com> wrote: > Sorry I have no spare ...
13 years, 6 months ago (2012-01-10 05:41:49 UTC) #4
mikio
On Tue, Jan 10, 2012 at 2:41 PM, Andrew Gerrand <adg@golang.org> wrote: >> Sorry I ...
13 years, 6 months ago (2012-01-10 05:46:31 UTC) #5
mikio
*** Submitted as http://code.google.com/p/go/source/detail?r=1d7295fdf62e *** cmd/go: fix freebsd build R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/5530063
13 years, 6 months ago (2012-01-10 05:47:25 UTC) #6
rsc
Please hg undo this CL once you have fixed runtime.NumCPU. It should be unnecessary to ...
13 years, 6 months ago (2012-01-10 06:41:00 UTC) #7
adg
What about -p 0 ? On Jan 10, 2012 5:41 PM, "Russ Cox" <rsc@golang.org> wrote: ...
13 years, 6 months ago (2012-01-10 07:52:28 UTC) #8
rsc
13 years, 6 months ago (2012-01-10 07:57:44 UTC) #9
On Mon, Jan 9, 2012 at 23:52, Andrew Gerrand <adg@golang.org> wrote:
> What about -p 0 ?

If you run -p 0 and you get a deadlock,
seems like it's doing what you asked.

Russ
Sign in to reply to this message.

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