]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: respect runtime.NumCPU when bootstrapping arm hosts
authorDave Cheney <dave@cheney.net>
Tue, 24 Feb 2015 23:59:20 +0000 (10:59 +1100)
committerDave Cheney <dave@cheney.net>
Wed, 25 Feb 2015 00:15:12 +0000 (00:15 +0000)
commit7ce02613870a67f26055836ded66591be148b82b
tree1214ef9e8f056eb183750a0819ee3d8f3b48afa6
parente31e35a0dea212bba08d85449554dad2969a2d91
cmd/dist: respect runtime.NumCPU when bootstrapping arm hosts

This is a reproposal of CL 2957. This reproposal restricts the
scope of this change to just arm systems.

With respect to rsc's comments on 2957, on all my arm hosts they perform
the build significantly faster with this change in place.

Change-Id: Ie09be1a73d5bb777ec5bca3ba93ba73d5612d141
Reviewed-on: https://go-review.googlesource.com/5834
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/dist/util.go