[Webkit-unassigned] [Bug 66286] Use String [] operator instead of indexing into String::characters() directly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 17 03:56:10 PDT 2011


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


Andreas Kling <kling at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |benjamin at webkit.org,
                   |                            |darin at apple.com,
                   |                            |kling at webkit.org




--- Comment #7 from Andreas Kling <kling at webkit.org>  2011-08-17 03:56:09 PST ---
This seems very likely to regress performance, since String::operator[] does additional bounds checking.

Have you done any perf testing of this change? And is the effort to remove characters() usage tracked somewhere?

-- 
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