RESOLVED FIXED 112495
[iOS] Make a UChar string equal() based on the LChar version
https://bugs.webkit.org/show_bug.cgi?id=112495
Summary [iOS] Make a UChar string equal() based on the LChar version
Benjamin Poulain
Reported 2013-03-16 01:34:17 PDT
[iOS] Make a UChar string equal() based on the LChar version
Attachments
Patch (2.55 KB, patch)
2013-03-16 01:39 PDT, Benjamin Poulain
ddkilzer: review+
Benjamin Poulain
Comment 1 2013-03-16 01:39:08 PDT
Benjamin Poulain
Comment 2 2013-03-16 01:40:31 PDT
I'll get perf numbers before landing but I am confident that should be similar to the other function. UChar is easier as it only takes 2 characters to offset the extra cost of the function.
David Kilzer (:ddkilzer)
Comment 3 2013-03-18 16:05:10 PDT
Comment on attachment 193430 [details] Patch r=me (with help from Ben for my questions about arm assembly syntax)
Benjamin Poulain
Comment 4 2013-03-18 19:16:29 PDT
Note You need to log in before you can comment on or make changes to this bug.