[Webkit-unassigned] [Bug 63330] Concatenating string literals and WTF::Strings using operator+ is suboptimal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 27 08:40:22 PDT 2011


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





--- Comment #10 from Nikolas Zimmermann <zimmermann at kde.org>  2011-06-27 08:40:22 PST ---
(In reply to comment #7)
> The problem in both of these examples is that the concatenation is happening left-to-right, so the left-hand side of the expression is always a StringAppend object. But our operator+ that takes a StringAppend only takes a StringAppend on the right-hand side.

*grml* I have the feeling we discussed that at some point. _Maybe_ it got lost during the 20+ patches marathon needed to get it building :(
I am very sorry, for the trouble it caused. Thanks for your analysis, it's clear that your patch is better!

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