[Webkit-unassigned] [Bug 194375] New: [JSC] sizeof(JSString) should be 16

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 6 21:04:20 PST 2019


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

            Bug ID: 194375
           Summary: [JSC] sizeof(JSString) should be 16
           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: ysuzuki at apple.com

Discussed with Keith. Currently, JSString takes 24bytes. Because of GC size classes, it becomes 32bytes.
But some members are just copy of things in StringImpl. We should remove length and flags fields from JSString to make it fit in 16bytes.

-- 
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/20190207/38eda71c/attachment.html>


More information about the webkit-unassigned mailing list