Chromium Code Reviews

Issue 6733008: Optimize ebuild.sh to cache preprocessing output. (Closed)

Created:
9 years, 9 months ago by davidjames
Modified:
9 years, 4 months ago
Reviewers:
zmedico
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

Optimize ebuild.sh to cache preprocessing output. Right now ebuild.sh runs preprocessing steps multiple times during the same build. It processes the same environment and produces the same output every time. This slows down the build unnecessarily. This optimization cuts build time for 50 binary packages with 16 jobs from 3m22 to 2m33 (33%). Change-Id: I72ac84cce2eb60d17736cc5f5343d4a858ec86f4 R=zmedico@chromium.org BUG= TEST=

Patch Set 1 #

Patch Set 2 : Address review feedback from zmedico. #

Unified diffs Side-by-side diffs Stats (+8 lines, -8 lines)
M bin/ebuild.sh View 1 chunk +8 lines, -8 lines 0 comments

Messages

Total messages: 2 (0 generated)
davidjames
9 years, 9 months ago (2011-03-23 21:58:40 UTC) #1
zmedico
9 years, 9 months ago (2011-03-24 05:07:02 UTC) #2

Powered by Google App Engine