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

Issue 7715011: Merge 92159 - Shard webcore_remaining for msvs official builds (Closed)

Created:
9 years, 4 months ago by kerz_chromium
Modified:
9 years, 4 months ago
Reviewers:
commit-queue
CC:
chromium-reviews
Base URL:
http://svn.webkit.org/repository/webkit/branches/chromium/835/
Visibility:
Public.

Description

Merge 92159 - Shard webcore_remaining for msvs official builds https://bugs.webkit.org/show_bug.cgi?id=65475 Patch by Bradley Nelson <bradnelson@chromium.org>; on 2011-08-01 Reviewed by Darin Fisher. webcore_remaining has consistently exceeded Visual Studio 2008's capacity to link when link time code generation is turned on (full release builds). This has been dealt with the past by carving off larger and larger pieces of webcore_remaining (ie webcore_html, webcore_renderer etc). A new option has been added to gyp to automate this sharding: 'msvs_shard': SHARD_COUNT, Targets marked in this way will be built in several pieces (target_0, target_1...). Since the resulting project is less comprehensible in the IDE (and since the linking limitation only afflicts official builds), this option is only needed for those builds. This patch shards webcore_remaining into 10 parts for official builds. * WebCore.gyp/WebCore.gyp: TBR=commit-queue@webkit.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93619

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1642 lines) Patch
M Source/WebCore/ChangeLog View 1 chunk +0 lines, -1642 lines 0 comments Download
M Source/WebCore/WebCore.gyp/WebCore.gyp View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
kerz_chromium
9 years, 4 months ago (2011-08-23 18:42:49 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698