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

Issue 2743733004: Revert of Reduce copying of local data structures in GeometryMapper and PaintLayerClipper. (Closed)

Created:
3 years, 9 months ago by kinuko
Modified:
3 years, 9 months ago
Reviewers:
pdr., Xianzhu, chrishtr
CC:
ajuma+watch_chromium.org, blink-reviews, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, eae+blinkwatch, fmalita+watch_chromium.org, jbroman, jchaffraix+rendering, Justin Novosad, kinuko+watch, leviw+renderwatch, pdr+graphicswatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, rwlbuis, Stephen Chennney, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of Reduce copying of local data structures in GeometryMapper and PaintLayerClipper. (patchset #10 id:170001 of https://codereview.chromium.org/2745563004/ ) Reason for revert: Speculative revert, it doesn't look related but am trying changes in the blame range. Will update if the revert has changed things / will revert the revert otherwise. https://build.chromium.org/p/chromium.win/builders/Win10%20Tests%20x64/builds/9030 Test: SitePerProcessHighDPIExpiredCertBrowserTest.InterstitialLoadsWithCorrectDeviceScaleFactor Original issue's description: > Reduce copying of local data structures in GeometryMapper and PaintLayerClipper. > > In particular, changes return values from FloatClipRect to const FloatClipRect&, > to avoid extra data structure copies. > > In local testing, this CL produces up to a 10% improvement on the > rasterize_and_record_micro.partial_invalidation benchmark. > > BUG=692614 > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > > Review-Url: https://codereview.chromium.org/2745563004 > Cr-Commit-Position: refs/heads/master@{#456011} > Committed: https://chromium.googlesource.com/chromium/src/+/05c00d2035047fa9d210d95afedf8bd063bccc33 TBR=pdr@chromium.org,wangxianzhu@chromium.org,chrishtr@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=692614 Review-Url: https://codereview.chromium.org/2743733004 Cr-Commit-Position: refs/heads/master@{#456032} Committed: https://chromium.googlesource.com/chromium/src/+/a2c9dcac6e64411adf0b6f047125d5ba415cce54

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+370 lines, -391 lines) Patch
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp View 4 chunks +22 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositingInputsUpdater.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/paint/ClipRect.h View 1 chunk +1 line, -6 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintInvalidator.cpp View 2 chunks +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayer.cpp View 3 chunks +14 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerClipper.h View 2 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp View 10 chunks +33 lines, -34 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp View 1 chunk +8 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h View 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp View 2 chunks +18 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp View 3 chunks +19 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/FloatClipRect.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h View 8 chunks +27 lines, -42 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.cpp View 9 chunks +130 lines, -115 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp View 9 chunks +71 lines, -78 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
kinuko
Created Revert of Reduce copying of local data structures in GeometryMapper and PaintLayerClipper.
3 years, 9 months ago (2017-03-10 09:45:26 UTC) #2
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/2743733004/1
3 years, 9 months ago (2017-03-10 09:45:42 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/a2c9dcac6e64411adf0b6f047125d5ba415cce54
3 years, 9 months ago (2017-03-10 09:47:15 UTC) #6
kinuko
Looks like the test's just flaky, I'll mark the test and revert this one.
3 years, 9 months ago (2017-03-10 10:33:19 UTC) #7
kinuko
3 years, 9 months ago (2017-03-10 10:33:45 UTC) #8
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/2741103005/ by kinuko@chromium.org.

The reason for reverting is: Was likely a false alarm..

Powered by Google App Engine
This is Rietveld 408576698