[Webkit-unassigned] [Bug 66286] Use String [] operator instead of indexing into String::characters() directly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 18 13:03:37 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=66286
--- Comment #20 from Geoffrey Garen <ggaren at apple.com> 2011-08-18 13:03:35 PST ---
(In reply to comment #13)
> Now I prefer the StringPtr class method, because it can hide and optimize checking of 8/16 bit like what Geoffrey suggested. The issue does related to this bug.
Actually, what I suggested was that StringPtr *can't* optimize checking the 8 vs 16 bit flag, because it must do the check on every access.
--
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