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

Issue 177213007: Simplify DefaultAllocator::Quantizer using partitionAllocActualSize() (Closed)

Created:
6 years, 10 months ago by Jens Widell
Modified:
6 years, 10 months ago
CC:
blink-reviews, loislo+blink_chromium.org, yurys+blink_chromium.org, abarth-chromium, adamk+blink_chromium.org, Inactive, Mikhail
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Simplify DefaultAllocator::Quantizer using partitionAllocActualSize() Drop QuantizedAllocation completely, and replace with a much simpler implementation that lets PartitionAlloc just round the allocation size upwards to fit the nearest bucket. R=cevans@chromium.org BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167870

Patch Set 1 #

Patch Set 2 : rebased + adjusted PurgeableVector test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -154 lines) Patch
M Source/platform/PurgeableVectorTest.cpp View 1 1 chunk +11 lines, -6 lines 0 comments Download
M Source/wtf/DefaultAllocator.h View 2 chunks +12 lines, -2 lines 0 comments Download
D Source/wtf/QuantizedAllocation.h View 1 chunk +0 lines, -89 lines 0 comments Download
D Source/wtf/QuantizedAllocation.cpp View 1 chunk +0 lines, -53 lines 0 comments Download
M Source/wtf/WTF.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/wtf/wtf.gypi View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 31 (0 generated)
Jens Widell
Next step. :-)
6 years, 10 months ago (2014-02-25 06:59:18 UTC) #1
Chris Evans
On 2014/02/25 06:59:18, Jens Lindström wrote: > Next step. :-) Wonderful. LGTM.
6 years, 10 months ago (2014-02-25 07:53:34 UTC) #2
Jens Widell
The CQ bit was checked by jl@opera.com
6 years, 10 months ago (2014-02-25 07:55:52 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jl@opera.com/177213007/1
6 years, 10 months ago (2014-02-25 07:56:02 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jl@opera.com/177213007/1
6 years, 10 months ago (2014-02-25 13:26:44 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-25 16:18:46 UTC) #6
commit-bot: I haz the power
Retried try job too often on linux_blink for step(s) blink_platform_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink&number=14011
6 years, 10 months ago (2014-02-25 16:18:47 UTC) #7
Jens Widell
Had to adjust one (recently added) PurgeableVector test that made assumptions about the initial capacity ...
6 years, 10 months ago (2014-02-25 17:34:26 UTC) #8
Philippe
Changes in Source/platform/PurgeableVectorTest.cpp LGTM, thanks! Out of curiosity, is there/will there be a public equivalent ...
6 years, 10 months ago (2014-02-25 17:46:23 UTC) #9
Philippe
On 2014/02/25 17:46:23, Philippe wrote: > Changes in Source/platform/PurgeableVectorTest.cpp LGTM, thanks! > > Out of ...
6 years, 10 months ago (2014-02-25 17:47:22 UTC) #10
Chris Evans
On 2014/02/25 17:34:26, Jens Lindström wrote: > Had to adjust one (recently added) PurgeableVector test ...
6 years, 10 months ago (2014-02-25 17:54:23 UTC) #11
Jens Widell
On 2014/02/25 17:46:23, Philippe wrote: > Out of curiosity, is there/will there be a public ...
6 years, 10 months ago (2014-02-25 18:07:44 UTC) #12
Chris Evans
On 2014/02/25 18:07:44, Jens Lindström wrote: > On 2014/02/25 17:46:23, Philippe wrote: > > Out ...
6 years, 10 months ago (2014-02-25 18:18:36 UTC) #13
Jens Widell
On 2014/02/25 18:18:36, Chris Evans wrote: > I think we should still get rid of ...
6 years, 10 months ago (2014-02-25 18:26:32 UTC) #14
Jens Widell
The CQ bit was checked by jl@opera.com
6 years, 10 months ago (2014-02-25 18:26:42 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jl@opera.com/177213007/20001
6 years, 10 months ago (2014-02-25 18:27:56 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-25 18:49:47 UTC) #17
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=16690
6 years, 10 months ago (2014-02-25 18:49:48 UTC) #18
abarth-chromium
Source/platform LGTM
6 years, 10 months ago (2014-02-25 18:58:20 UTC) #19
Jens Widell
The CQ bit was checked by jl@opera.com
6 years, 10 months ago (2014-02-25 18:59:59 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jl@opera.com/177213007/20001
6 years, 10 months ago (2014-02-25 19:00:14 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-25 21:16:37 UTC) #22
commit-bot: I haz the power
Retried try job too often on linux_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink_rel&number=23060
6 years, 10 months ago (2014-02-25 21:16:37 UTC) #23
Jens Widell
The CQ bit was checked by jl@opera.com
6 years, 10 months ago (2014-02-25 21:37:51 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jl@opera.com/177213007/20001
6 years, 10 months ago (2014-02-25 21:38:02 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jl@opera.com/177213007/20001
6 years, 10 months ago (2014-02-25 23:04:27 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jl@opera.com/177213007/20001
6 years, 10 months ago (2014-02-25 23:23:47 UTC) #27
Paweł Hajdan Jr.
The CQ bit was unchecked by phajdan.jr@chromium.org
6 years, 10 months ago (2014-02-26 05:45:46 UTC) #28
Paweł Hajdan Jr.
The CQ bit was checked by phajdan.jr@chromium.org
6 years, 10 months ago (2014-02-26 06:01:32 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jl@opera.com/177213007/20001
6 years, 10 months ago (2014-02-26 06:04:01 UTC) #30
commit-bot: I haz the power
6 years, 10 months ago (2014-02-26 09:05:44 UTC) #31
Message was sent while issue was closed.
Change committed as 167870

Powered by Google App Engine
This is Rietveld 408576698