Bug 90415 - Make ComposedShadowTreeWalker::traverseParent() use an iterative algorithm, not a recursive-one.
Summary: Make ComposedShadowTreeWalker::traverseParent() use an iterative algorithm, n...
Status: RESOLVED LATER
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hayato Ito
URL:
Keywords:
Depends on:
Blocks: 82702
  Show dependency treegraph
 
Reported: 2012-07-02 17:21 PDT by Hayato Ito
Modified: 2013-01-06 20:41 PST (History)
6 users (show)

See Also:


Attachments
wip. (6.44 KB, patch)
2012-07-02 23:29 PDT, Hayato Ito
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hayato Ito 2012-07-02 17:21:29 PDT
Make it use an iterative algorithm, not a recursive-one, so that we can make it inline.
Comment 1 Hayato Ito 2012-07-02 17:25:03 PDT
Now ComposedShadowTreeWalker::traverseParent(0 is used from NodeRenderingContext.
It is worth making it inline.
Comment 2 Hayato Ito 2012-07-02 23:29:28 PDT
Created attachment 150545 [details]
wip.