Bug 112495 - [iOS] Make a UChar string equal() based on the LChar version
Summary: [iOS] Make a UChar string equal() based on the LChar version
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-16 01:34 PDT by Benjamin Poulain
Modified: 2013-03-18 19:16 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.55 KB, patch)
2013-03-16 01:39 PDT, Benjamin Poulain
ddkilzer: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2013-03-16 01:34:17 PDT
[iOS] Make a UChar string equal() based on the LChar version
Comment 1 Benjamin Poulain 2013-03-16 01:39:08 PDT
Created attachment 193430 [details]
Patch
Comment 2 Benjamin Poulain 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.
Comment 3 David Kilzer (:ddkilzer) 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)
Comment 4 Benjamin Poulain 2013-03-18 19:16:29 PDT
Committed r146170: <http://trac.webkit.org/changeset/146170>