📍 Job mac-m1_mini_2020-perf/speedometer-main.crossbench complete.
See results at: https://pinpoint-dot-chromeperf.appspot.com/job/103bdfa2c90000
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Split Element-derived types into ElementSpace
DOM style/layout traversal (e.g. ContainerNode::RecalcDescendantStyles)
walks the tree in document order, which is pre-order DFS and matches the
order in which the parser and most subtree builders allocate elements.
This moves Element-derived types out of NodeSpace into a dedicated
ElementSpace, so the pages backing those hot traversals hold pure
Element headers instead of being interspersed with Text/Comment/Attr
nodes. That raises the density of useful payload on the cache lines and
pages the walk touches.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |