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

Issue 1038793002: cc: Rework tiling set eviction iterator. (Closed)

Created:
5 years, 9 months ago by vmpstr
Modified:
5 years, 8 months ago
CC:
cc-bugs_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Rework tiling set eviction iterator. This patch changes the way the tiling set eviction iterators work. It mostly restructures how each phase is processed in order to allow easier changes in the future. High level summary of changes: - Create helper iterators that can process individual phases - Preprocess the order in which tilings are processed - Define explicit enums for combinations of phases, instead of an enum + flags R=enne, danakj Committed: https://crrev.com/58d6a71707faa1ca205cfcd8de181ef13fe6b7a8 Cr-Commit-Position: refs/heads/master@{#324290}

Patch Set 1 #

Patch Set 2 : comment #

Patch Set 3 : #

Total comments: 13

Patch Set 4 : update #

Patch Set 5 : s/OnePriority/Eviction/g #

Patch Set 6 : rebase #

Patch Set 7 : fix compile #

Patch Set 8 : actual compile fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+561 lines, -335 lines) Patch
M cc/resources/picture_layer_tiling.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/picture_layer_tiling_set.h View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M cc/resources/picture_layer_tiling_set_unittest.cc View 1 2 3 4 5 4 chunks +33 lines, -33 lines 0 comments Download
M cc/resources/tiling_set_eviction_queue.h View 1 2 3 4 5 2 chunks +147 lines, -69 lines 0 comments Download
M cc/resources/tiling_set_eviction_queue.cc View 1 2 3 4 5 6 7 1 chunk +377 lines, -230 lines 0 comments Download

Messages

Total messages: 30 (9 generated)
vmpstr
Please take a look. I know this is a bit more code, but overall I ...
5 years, 9 months ago (2015-03-26 20:32:11 UTC) #2
vmpstr
On 2015/03/26 20:32:11, vmpstr wrote: > Please take a look. I know this is a ...
5 years, 9 months ago (2015-03-26 20:41:41 UTC) #3
USE eero AT chromium.org
Have you intentionally changed the algorithm so that it does not differentiate between not-required-for-activation EVENTUALLY ...
5 years, 9 months ago (2015-03-27 10:40:59 UTC) #4
vmpstr
On 2015/03/27 10:40:59, e_hakkinen wrote: > Have you intentionally changed the algorithm so that it ...
5 years, 9 months ago (2015-03-27 17:00:19 UTC) #5
enne (OOO)
Looks like good cleanup in general. I like the abstraction into a set of iterators. ...
5 years, 9 months ago (2015-03-27 19:12:11 UTC) #6
vmpstr
PTAL On 2015/03/27 19:12:11, enne wrote: > Looks like good cleanup in general. I like ...
5 years, 9 months ago (2015-03-27 20:19:28 UTC) #7
enne (OOO)
https://codereview.chromium.org/1038793002/diff/40001/cc/resources/tiling_set_eviction_queue.cc File cc/resources/tiling_set_eviction_queue.cc (right): https://codereview.chromium.org/1038793002/diff/40001/cc/resources/tiling_set_eviction_queue.cc#newcode413 cc/resources/tiling_set_eviction_queue.cc:413: continue; On 2015/03/27 20:19:27, vmpstr wrote: > On 2015/03/27 ...
5 years, 9 months ago (2015-03-27 21:48:05 UTC) #8
vmpstr
PTAL https://codereview.chromium.org/1038793002/diff/40001/cc/resources/tiling_set_eviction_queue.h File cc/resources/tiling_set_eviction_queue.h (right): https://codereview.chromium.org/1038793002/diff/40001/cc/resources/tiling_set_eviction_queue.h#newcode83 cc/resources/tiling_set_eviction_queue.h:83: class OnePriorityRectIterator { On 2015/03/27 21:48:05, enne wrote: ...
5 years, 9 months ago (2015-03-27 22:46:55 UTC) #9
enne (OOO)
lgtm
5 years, 9 months ago (2015-03-27 22:48:54 UTC) #10
vmpstr
On 2015/03/27 22:48:54, enne wrote: > lgtm Thanks. I will commit on Monday to ensures ...
5 years, 9 months ago (2015-03-27 22:49:49 UTC) #11
USE eero AT chromium.org
On 2015/03/27 17:00:19, vmpstr wrote: > The change was intentional yes. Since the initial implementation, ...
5 years, 8 months ago (2015-03-30 08:02:37 UTC) #12
vmpstr
Please take another look at this, since is is now rebased on https://codereview.chromium.org/1051473002/
5 years, 8 months ago (2015-04-07 22:11:47 UTC) #13
USE eero AT chromium.org
lgtm Now it's LGTM, too.
5 years, 8 months ago (2015-04-07 22:48:22 UTC) #14
USE eero AT chromium.org
Now it's lgtm, too.
5 years, 8 months ago (2015-04-07 22:49:40 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1038793002/100001
5 years, 8 months ago (2015-04-07 23:48:10 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/71601)
5 years, 8 months ago (2015-04-08 00:49:45 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1038793002/120001
5 years, 8 months ago (2015-04-08 18:03:08 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/71860)
5 years, 8 months ago (2015-04-08 19:17:28 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1038793002/140001
5 years, 8 months ago (2015-04-08 19:24:17 UTC) #28
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 8 months ago (2015-04-08 21:56:52 UTC) #29
commit-bot: I haz the power
5 years, 8 months ago (2015-04-08 21:57:42 UTC) #30
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/58d6a71707faa1ca205cfcd8de181ef13fe6b7a8
Cr-Commit-Position: refs/heads/master@{#324290}

Powered by Google App Engine
This is Rietveld 408576698