Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Issue 13010: Remove the cpu-count forwarding passing code from the v8 SConscript. (Closed)

Created:
12 years ago by Evan Martin
Modified:
9 years, 7 months ago
Reviewers:
Dean McNamee
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Remove the cpu-count forwarding passing code from the v8 SConscript. Running with n CPUs would cause our parent scons to run with n cpus and then have it spawn a sub-scons that would itself attempt to run with an additional n cpus.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -9 lines) Patch
M build/SConscript.v8 View 2 chunks +2 lines, -9 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Evan Martin
12 years ago (2008-12-01 00:54:40 UTC) #1
Dean McNamee
LG, but I didn't understand the description. The problem is that you end up with ...
12 years ago (2008-12-01 02:43:54 UTC) #2
Evan Martin
12 years ago (2008-12-01 19:34:15 UTC) #3
On 2008/12/01 02:43:54, Dean McNamee wrote:
> LG, but I didn't understand the description.  The problem is that you end up
> with num_cpus*2 jobs?

Yes, exactly.

Powered by Google App Engine
This is Rietveld 408576698