Bug 82702

Summary: [Meta] [Shadow DOM] Improve the performance of ComposedShadowTreeWalker.
Product: WebKit Reporter: Hayato Ito <hayato>
Component: DOMAssignee: 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    

Description Hayato Ito 2012-03-30 00:38:56 PDT
Lets make ComposedShadowTreeWalker APIs faster. There are a lot of low-hanging fruits there, such as making some functions inline.
Comment 1 Hajime Morrita 2013-03-14 22:09:03 PDT
Closing this since CSTW is now kicked out from the most of hot paths.