RESOLVED INVALID 15910
More cleanup and optimizations possible from ExpressionNode separation
https://bugs.webkit.org/show_bug.cgi?id=15910
Summary More cleanup and optimizations possible from ExpressionNode separation
Eric Seidel (no email)
Reported 2007-11-08 16:51:39 PST
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.
Attachments
Cameron Zwarich (cpst)
Comment 1 2008-07-02 02:22:45 PDT
Thanks to SquirrelFish, this is no longer relevant.
Note You need to log in before you can comment on or make changes to this bug.