[Webkit-unassigned] [Bug 15910] New: More cleanup and optimizations possible from ExpressionNode separation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 16:51:39 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15910

           Summary: More cleanup and optimizations possible from
                    ExpressionNode separation
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: darin at apple.com
 BugsThisDependsOn: 15885


More cleanup and optimizations possible from ExpressionNode separation

As darin mentioned in bug 15885, now that we have ExpressionNode as a subclass
of Node, it's possible to move more methods off of Node up onto ExpressionNode,
as well as make some types of nodes not subclass from ExpressionNode at all
(like ElementNode) and thus have a non-virtual evaluate function.  None of
these are necessarily large speedups, but certainly contribute towards general
cleanliness of the node tree.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list