[Webkit-unassigned] [Bug 72294] Add occludes() test to Region

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 14 15:40:24 PST 2011


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





--- Comment #8 from Anders Carlsson <andersca at apple.com>  2011-11-14 15:40:25 PST ---
(In reply to comment #7)
> misclick..
> 
> "... to compute."

That could be easily fixed by making the segment and span vectors have an inline capacity - then it'd just be stack allocation:


        // FIXME: These vectors should have inline sizes. Figure out a good optimal value.
        Vector<int> m_segments;
        Vector<Span> m_spans;

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



More information about the webkit-unassigned mailing list