[Webkit-unassigned] [Bug 235536] New: Remove VM::stringCache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 24 13:40:15 PST 2022


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

            Bug ID: 235536
           Summary: Remove VM::stringCache
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: heycam at apple.com

We consult VM::stringCache when creating a JSString, but since bug 142115 we never insert anything into it.

Removing this results in almost-significant improvements in the VueJS, Vanilla-ES2015, and jQuery sub-tests of Speedometer 2 (of 0.5-2%, 0.03 <= p <= 0.05), and an almost significant 0.2% improvement in the overall score (p = 0.06).

-- 
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/20220124/da2867f9/attachment.htm>


More information about the webkit-unassigned mailing list