Bug 82702
| Summary: | [Meta] [Shadow DOM] Improve the performance of ComposedShadowTreeWalker. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hayato Ito <hayato> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | dglazkov, dominicc, morrita, shinyak |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 82009, 90415, 90432 | ||
| Bug Blocks: | 78585 | ||
Hayato Ito
Lets make ComposedShadowTreeWalker APIs faster. There are a lot of low-hanging fruits there, such as making some functions inline.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Hajime Morrita
Closing this since CSTW is now kicked out from the most of hot paths.