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

Issue 2822653003: [SPInvalidation] Micro-optimize PaintLayerClipper::calculateRects (Closed)

Created:
3 years, 8 months ago by chrishtr
Modified:
3 years, 8 months ago
Reviewers:
trchen
CC:
blink-reviews, blink-reviews-paint_chromium.org, chromium-reviews, dshwang
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[SPInvalidation] Micro-optimize PaintLayerClipper::calculateRects According to this try job: https://console.developers.google.com/m/cloudstorage/b/chromium-telemetry/o/html-results/results-2017-04-14_14-14-12 we observe a 5% improvement in caching-disabled performance. BUG=699198 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2822653003 Cr-Commit-Position: refs/heads/master@{#465005} Committed: https://chromium.googlesource.com/chromium/src/+/44b96aec9c8b09356c59a7153c6bd7cbb4f9d69f

Patch Set 1 #

Total comments: 7

Patch Set 2 : none #

Patch Set 3 : none #

Patch Set 4 : none #

Patch Set 5 : none #

Patch Set 6 : none #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -62 lines) Patch
M third_party/WebKit/Source/core/paint/PaintLayerClipper.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp View 1 2 3 4 chunks +24 lines, -52 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp View 1 2 3 4 5 1 chunk +7 lines, -6 lines 0 comments Download

Messages

Total messages: 28 (20 generated)
chrishtr
3 years, 8 months ago (2017-04-14 23:07:47 UTC) #6
trchen
https://codereview.chromium.org/2822653003/diff/1/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp File third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp (right): https://codereview.chromium.org/2822653003/diff/1/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp#newcode291 third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp:291: .OverflowClipRect(offset, context.overlay_scrollbar_clip_behavior); Should it be (offset + context.sub_pixel_accumulation)? https://codereview.chromium.org/2822653003/diff/1/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp#newcode297 ...
3 years, 8 months ago (2017-04-14 23:35:35 UTC) #9
chrishtr
https://codereview.chromium.org/2822653003/diff/1/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp File third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp (right): https://codereview.chromium.org/2822653003/diff/1/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp#newcode291 third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp:291: .OverflowClipRect(offset, context.overlay_scrollbar_clip_behavior); On 2017/04/14 at 23:35:35, trchen wrote: > ...
3 years, 8 months ago (2017-04-14 23:51:56 UTC) #10
trchen
https://codereview.chromium.org/2822653003/diff/1/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp File third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp (right): https://codereview.chromium.org/2822653003/diff/1/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp#newcode291 third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp:291: .OverflowClipRect(offset, context.overlay_scrollbar_clip_behavior); On 2017/04/14 23:51:56, chrishtr wrote: > On ...
3 years, 8 months ago (2017-04-15 00:09:51 UTC) #13
chrishtr
On 2017/04/15 at 00:09:51, trchen wrote: > https://codereview.chromium.org/2822653003/diff/1/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp > File third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp (right): > > https://codereview.chromium.org/2822653003/diff/1/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp#newcode291 ...
3 years, 8 months ago (2017-04-15 01:24:11 UTC) #14
trchen
This lgtm. Thank you for making everything right!
3 years, 8 months ago (2017-04-17 18:36:45 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2822653003/100001
3 years, 8 months ago (2017-04-17 18:58:00 UTC) #25
commit-bot: I haz the power
3 years, 8 months ago (2017-04-17 20:36:11 UTC) #28
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/44b96aec9c8b09356c59a7153c6b...

Powered by Google App Engine
This is Rietveld 408576698