[Webkit-unassigned] [Bug 92475] Use 8 bit atomic strings where possible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 02:44:57 PDT 2012


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





--- Comment #2 from jochen at chromium.org  2012-07-27 02:45:01 PST ---
(From update of attachment 154883)
Can you post performance test results to see what impact the additional check on creating atomic strings has?

View in context: https://bugs.webkit.org/attachment.cgi?id=154883&action=review

> Source/WTF/wtf/text/AtomicString.cpp:126
> +    } else

else branch should also have { }

> Source/WTF/wtf/text/AtomicString.cpp:217
> +        if (buffer.utf16Length == buffer.length)

if branch should have { } as well

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