[Webkit-unassigned] [Bug 207087] New: [JSC] Introduce UnlinkedCodeBlockWriter and reduce sizeof(UnlinkedCodeBlock)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 1 00:19:09 PST 2020


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

            Bug ID: 207087
           Summary: [JSC] Introduce UnlinkedCodeBlockWriter and reduce
                    sizeof(UnlinkedCodeBlock)
           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

UnlinkedCodeBlock has many Vectors while they are already frozen.
We should introduce UnlinkedCodeBlockWriter, and use Vector in it.
And when creating UnlinkedCodeBlock, we should use RefCountedArray for Vectors.

-- 
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/20200201/5537fb4d/attachment.htm>


More information about the webkit-unassigned mailing list