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

Issue 1544443004: Alternate computation of axObjectCacheOwner to improve perf (Closed)

Created:
5 years ago by dmazzoni
Modified:
4 years, 11 months ago
Reviewers:
esprehn, Mike West, dcheng
CC:
blink-reviews, blink-reviews-dom_chromium.org, chromium-reviews, dglazkov+blink, eae+blinkwatch, rwlbuis, sof
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Alternate computation of axObjectCacheOwner to improve perf BUG=571302, 510410, 532249 Committed: https://crrev.com/77ffbd8f10c13590ff68170600284a10a634c410 Cr-Commit-Position: refs/heads/master@{#367039}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -10 lines) Patch
M third_party/WebKit/Source/core/dom/Document.cpp View 1 1 chunk +13 lines, -10 lines 0 comments Download

Messages

Total messages: 19 (7 generated)
dmazzoni
See bug 571302 for context; the original patch (crrev.com/1525893002) regressed performance, apparently because calling localFrameRoot() ...
5 years ago (2015-12-22 05:57:23 UTC) #3
dcheng
lgtm https://codereview.chromium.org/1544443004/diff/1/third_party/WebKit/Source/core/dom/Document.cpp File third_party/WebKit/Source/core/dom/Document.cpp (right): https://codereview.chromium.org/1544443004/diff/1/third_party/WebKit/Source/core/dom/Document.cpp#newcode2318 third_party/WebKit/Source/core/dom/Document.cpp:2318: while (frame && frame->owner() && frame->owner()->isLocal()) { Nit: ...
4 years, 12 months ago (2015-12-28 22:12:19 UTC) #4
dmazzoni
https://codereview.chromium.org/1544443004/diff/1/third_party/WebKit/Source/core/dom/Document.cpp File third_party/WebKit/Source/core/dom/Document.cpp (right): https://codereview.chromium.org/1544443004/diff/1/third_party/WebKit/Source/core/dom/Document.cpp#newcode2318 third_party/WebKit/Source/core/dom/Document.cpp:2318: while (frame && frame->owner() && frame->owner()->isLocal()) { On 2015/12/28 ...
4 years, 11 months ago (2015-12-29 00:13:08 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1544443004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1544443004/20001
4 years, 11 months ago (2015-12-29 00:13:37 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 11 months ago (2015-12-29 02:16:05 UTC) #10
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/77ffbd8f10c13590ff68170600284a10a634c410 Cr-Commit-Position: refs/heads/master@{#367039}
4 years, 11 months ago (2015-12-29 02:17:21 UTC) #12
esprehn
Why is this faster? What benchmarks should move? How do we fix localFrameRoot to be ...
4 years, 11 months ago (2015-12-29 21:20:01 UTC) #14
dcheng
On 2015/12/29 at 21:20:01, esprehn wrote: > Why is this faster? What benchmarks should move? ...
4 years, 11 months ago (2015-12-29 21:21:55 UTC) #15
dmazzoni
I wasn't sure if it'd be useful to include all of this in the change ...
4 years, 11 months ago (2015-12-29 21:28:22 UTC) #16
dcheng
On 2015/12/29 at 21:28:22, dmazzoni wrote: > I wasn't sure if it'd be useful to ...
4 years, 11 months ago (2015-12-29 21:29:46 UTC) #17
esprehn
In the future please duplicate that into the change description. You always have your git ...
4 years, 11 months ago (2015-12-29 22:39:11 UTC) #18
esprehn
4 years, 11 months ago (2015-12-29 22:39:12 UTC) #19
Message was sent while issue was closed.
In the future please duplicate that into the change description. You always
have your git checkout, even offline, the bug tracker is not a replacement
for good change descriptions. :)

-- 
You received this message because you are subscribed to the Google Groups
"Chromium-reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698