Summary: | Implement more performant copyLCharsFromUCharSource() for ARM64_32. | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Mark Lam <mark.lam> | ||||
Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> | ||||
Status: | RESOLVED WONTFIX | ||||||
Severity: | Normal | CC: | benjamin, cdumez, cmarcelo, dbates, ews, fpizlo, jfbastien, keith_miller, msaboff, rmorisset, sbarati, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Local Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Mark Lam
2018-02-04 15:16:17 PST
Created attachment 333055 [details]
proposed patch.
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.
|