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

Issue 199041: Make ui_tests (and any renderer-based PE) use tcmalloc.... (Closed)

Created:
11 years, 3 months ago by Mike Belshe
Modified:
9 years, 5 months ago
Reviewers:
TVL, sgk
CC:
chromium-reviews_googlegroups.com, antonm
Visibility:
Public.

Description

Make ui_tests (and any renderer-based PE) use tcmalloc. This paves the way for some upcoming allocator improvements BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25603

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -0 lines) Patch
M chrome/chrome.gyp View 1 2 3 4 5 15 chunks +65 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Mike Belshe
We're going to add some hooks for the renderer to use some additional allocator functionality; ...
11 years, 3 months ago (2009-09-07 17:07:35 UTC) #1
Anton Muhin
LGTM, but that didn't compile that way for me: the problem was with conflicting definitions ...
11 years, 3 months ago (2009-09-07 17:19:07 UTC) #2
Mike Belshe
Right - this change is dependent on http://codereview.chromium.org/200036 to fix the problem you mention for ...
11 years, 3 months ago (2009-09-07 19:08:37 UTC) #3
Anton Muhin
Oh, not quite---it was not only about new operator. Debug builds of many unit tests ...
11 years, 3 months ago (2009-09-07 19:16:33 UTC) #4
TVL
Looks like this is causing compile failures on the purify bot: http://build.chromium.org/buildbot/waterfall/builders/XP%20Unit%20(purify)/builds/5436/steps/compile/logs/stdio_html
11 years, 3 months ago (2009-09-08 01:12:02 UTC) #5
mbelshe
Looks like you are right. I don't know why that didn't show up earlier. Maybe ...
11 years, 3 months ago (2009-09-08 05:43:19 UTC) #6
mbelshe
Looks like you are right. I don't know why that didn't show up earlier. Maybe ...
11 years, 3 months ago (2009-09-08 05:44:07 UTC) #7
TVL
On Tue, Sep 8, 2009 at 1:39 AM, Mike Belshe <mbelshe@google.com> wrote: > Looks like ...
11 years, 3 months ago (2009-09-08 12:19:30 UTC) #8
sgk
11 years, 3 months ago (2009-09-08 15:50:14 UTC) #9
Scattering explicit conditional links in each of the separate executables seems
sub-optimal.  Would it make sense to parameterize this behind a <(malloc)
variable so hypothetically switching to another malloc library in the future
doesn't require making all of the by-hand changes?

Otherwise, code itself lgtm.

Powered by Google App Engine
This is Rietveld 408576698