Do not invalidate more children than necessary
Do not invalidate children all the way up to the unignored ancestor, only invalidate a single node included in tree, either |this| or the first ancestor included in the tree. This is a precursor to fixing terrible performance loading large chat rooms on chat.google.com, but it does not yet fix the issue nor the related perf_tests. In order to fix that, it will be necessary to include more nodes in the tree as well. Bug: 1107988 Change-Id: I8a1f267a243ff1eda3d186e4c872eac75b40d792 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2383293 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#803151}
Showing
Please register or sign in to comment