[Webkit-unassigned] [Bug 285245] New: Optimization: Use SIMD to optimize WTF::replaceUnpairedSurrogatesWithReplacementCharacter (based on Daniel Lemire blog post)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 30 12:15:04 PST 2024


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

            Bug ID: 285245
           Summary: Optimization: Use SIMD to optimize
                    WTF::replaceUnpairedSurrogatesWithReplacementCharacter
                    (based on Daniel Lemire blog post)
           Product: WebKit
           Version: Safari 18
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sam at webkit.org

Daniel Lemire recently wrote about optimizing UTF-16 surrogate pair correction: https://lemire.me/blog/2024/12/29/efficient-in-place-utf-16-unicode-correction-with-arm-neon/

WebKit does this kind of correction in WTF::replaceUnpairedSurrogatesWithReplacementCharacter.

Would be good to check if the technique is applicable.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241230/33c675d9/attachment.htm>


More information about the webkit-unassigned mailing list