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

Issue 47873005: Cleanup allocator_shim.cc from ENABLE_DYNAMIC_ALLOCATOR_SWITCHING (Closed)

Created:
7 years, 1 month ago by kbalazs
Modified:
7 years, 1 month ago
CC:
chromium-reviews, erikwright+watch_chromium.org, dmikurube+memory_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Cleanup allocator_shim.cc from ENABLE_DYNAMIC_ALLOCATOR_SWITCHING Whether to use this feature is decided in the gyp files. The flag is defined unconditionally so it does not makes sense to check it in #ifdef conditions. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233756

Patch Set 1 #

Patch Set 2 : Cleanup allocator_shim.cc from ENABLE_DYNAMIC_ALLOCATOR_SWITCHING #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 1

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -39 lines) Patch
M base/allocator/allocator_shim.cc View 1 2 3 4 5 6 20 chunks +15 lines, -39 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
kbalazs
7 years, 1 month ago (2013-10-31 18:58:14 UTC) #1
kbalazs
About try bot results: failing tests on windows are PageCyclerUnitTest.testCacheHandled and SmoothnessMetricUnitTest.testCalcResultsTraceEvents, seems pretty much ...
7 years, 1 month ago (2013-10-31 19:01:26 UTC) #2
jar (doing other things)
lgtm
7 years, 1 month ago (2013-11-01 00:37:50 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/b.kelemen@samsung.com/47873005/1
7 years, 1 month ago (2013-11-01 19:11:36 UTC) #4
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 1 month ago (2013-11-01 20:12:17 UTC) #5
kbalazs
Oops, I skipped one |#if ENABLE_DYNAMIC_ALLOCATOR_SWITCHING|.
7 years, 1 month ago (2013-11-04 17:01:30 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/b.kelemen@samsung.com/47873005/290001
7 years, 1 month ago (2013-11-04 17:40:53 UTC) #7
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 1 month ago (2013-11-04 18:43:58 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/b.kelemen@samsung.com/47873005/530001
7 years, 1 month ago (2013-11-04 19:40:42 UTC) #9
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 1 month ago (2013-11-04 20:26:31 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/b.kelemen@samsung.com/47873005/510002
7 years, 1 month ago (2013-11-04 22:46:24 UTC) #11
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 1 month ago (2013-11-05 01:13:52 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/b.kelemen@samsung.com/47873005/950001
7 years, 1 month ago (2013-11-05 23:32:59 UTC) #13
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 1 month ago (2013-11-06 01:04:10 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/b.kelemen@samsung.com/47873005/1200001
7 years, 1 month ago (2013-11-06 01:24:32 UTC) #15
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 1 month ago (2013-11-06 02:49:18 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/b.kelemen@samsung.com/47873005/1200001
7 years, 1 month ago (2013-11-06 22:46:41 UTC) #17
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 1 month ago (2013-11-06 23:29:07 UTC) #18
Dai Mikurube (NOT FULLTIME)
http://build.chromium.org/p/tryserver.chromium/builders/win_rel/builds/220901/steps/compile/logs/stdio FAILED: ninja -t msvc -e environment.x86 -- E:\b\build\goma\gomacc.exe "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\cl.exe" ...
7 years, 1 month ago (2013-11-07 02:37:42 UTC) #19
kbalazs
On 2013/11/07 02:37:42, Dai Mikurube wrote: > http://build.chromium.org/p/tryserver.chromium/builders/win_rel/builds/220901/steps/compile/logs/stdio > > FAILED: ninja -t msvc -e ...
7 years, 1 month ago (2013-11-07 16:56:34 UTC) #20
jar (doing other things)
https://codereview.chromium.org/47873005/diff/1200001/base/allocator/allocator_shim.cc File base/allocator/allocator_shim.cc (right): https://codereview.chromium.org/47873005/diff/1200001/base/allocator/allocator_shim.cc#newcode221 base/allocator/allocator_shim.cc:221: NOTREACHED(); Although this is a reasonable debug check.... it ...
7 years, 1 month ago (2013-11-07 19:22:36 UTC) #21
kbalazs
Updated to keep the original structure in _msize. Good point about not using DCHECK in ...
7 years, 1 month ago (2013-11-07 21:33:33 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/b.kelemen@samsung.com/47873005/1470001
7 years, 1 month ago (2013-11-07 22:56:08 UTC) #23
commit-bot: I haz the power
7 years, 1 month ago (2013-11-08 01:44:11 UTC) #24
Message was sent while issue was closed.
Change committed as 233756

Powered by Google App Engine
This is Rietveld 408576698