[Webkit-unassigned] [Bug 24484] New: Amalgamate separate overflowHeight etc. methods to avoid lots of hash lookups in RenderReplaced

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 9 22:52:00 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=24484

           Summary: Amalgamate separate overflowHeight etc. methods to avoid
                    lots of hash lookups in RenderReplaced
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com


If a RenderReplaced has overflow, it has to do a hash lookup for each call to
overflowHeight(), overflowWidth(), overflowLeft(), overflowTop() and
overflowRect().

We should use fewer methods that return IntSizes etc. to avoid all these hash
lookups.


-- 
Configure bugmail: https://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