[Webkit-unassigned] [Bug 62527] [EFL][WK2] Change string operation to makeString()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 15 07:25:40 PDT 2011


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


Nikolas Zimmermann <zimmermann at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zimmermann at kde.org




--- Comment #15 from Nikolas Zimmermann <zimmermann at kde.org>  2011-06-15 07:25:39 PST ---
This patch is wrong. makeString is deprecated, using String operator+ gives exactly the same performance. This has been changed recently. 

use "osVersion = name.sysname + " " + name.machine;"
You are not required to cast to Strings first.

The StringAppend template solution will reduce this String concatting operation to just a single malloc of the final size, no appending is done at all.

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