RESOLVED WONTFIX182469
Implement more performant copyLCharsFromUCharSource() for ARM64_32.
https://bugs.webkit.org/show_bug.cgi?id=182469
Summary Implement more performant copyLCharsFromUCharSource() for ARM64_32.
Mark Lam
Reported 2018-02-04 15:16:17 PST
Attachments
proposed patch. (2.41 KB, patch)
2018-02-04 15:21 PST, Mark Lam
mark.lam: review-
Mark Lam
Comment 1 2018-02-04 15:21:12 PST
Created attachment 333055 [details] proposed patch.
Mark Lam
Comment 2 2018-02-04 15:56:10 PST
Comment on attachment 333055 [details] proposed patch. After talking with Michael offline, we concluded that this code is probably not in a hot path anyway. So, staying with the C loop is just fine and less chance of a bug creeping in. So, I won't land this.
Note You need to log in before you can comment on or make changes to this bug.