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

Issue 9659: Fast release builds (Closed)

Created:
12 years, 1 month ago by Mark Mentovai
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Base URL:
svn://chrome-svn.corp.google.com/chrome/trunk/src/
Visibility:
Public.

Description

Dramatically improve the link time in release mode. Today's MC Hammer Xcode Voodoo lesson: don't use the slow dsymutil utility; instead, make a "fake" .dSYM that contains the original unstripped Mach-O file. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=5042

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+506 lines, -6 lines) Patch
M base/base.xcodeproj/project.pbxproj View 2 chunks +16 lines, -0 lines 0 comments Download
M build/googleurl.xcodeproj/project.pbxproj View 2 chunks +15 lines, -0 lines 0 comments Download
A build/mac/strip_from_xcode View 1 chunk +42 lines, -0 lines 0 comments Download
A build/mac/strip_save_dsym View 1 2 3 4 5 1 chunk +313 lines, -0 lines 0 comments Download
M build/release.xcconfig View 1 chunk +4 lines, -3 lines 0 comments Download
M build/staticlib.xcconfig View 1 chunk +0 lines, -2 lines 0 comments Download
M build/v8.xcodeproj/project.pbxproj View 3 chunks +32 lines, -0 lines 0 comments Download
M chrome/chrome.xcodeproj/project.pbxproj View 3 chunks +17 lines, -1 line 0 comments Download
M net/net.xcodeproj/project.pbxproj View 2 chunks +16 lines, -0 lines 0 comments Download
M third_party/libxml/libxml.xcodeproj/project.pbxproj View 3 chunks +32 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj View 2 chunks +19 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Mark Mentovai
The added files are the interesting ones. The project file changes are just to add ...
12 years, 1 month ago (2008-11-06 22:38:54 UTC) #1
Amanda Walker
LGTM. Might not hurt to have someone with python readability take a quick look at ...
12 years, 1 month ago (2008-11-07 02:17:30 UTC) #2
Mark Mentovai
Steven, can you take a look at build/mac/strip_save_dsym from a Pythonic perspective? Thanks.
12 years, 1 month ago (2008-11-07 14:41:48 UTC) #3
sgk
http://codereview.chromium.org/9659/diff/236/36 File build/mac/strip_save_dsym (right): http://codereview.chromium.org/9659/diff/236/36#newcode1 Line 1: #!/usr/bin/python I favor: #!/usr/bin/env python To accomodate systems ...
12 years, 1 month ago (2008-11-07 17:57:38 UTC) #4
sgk
12 years, 1 month ago (2008-11-07 22:23:46 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698