[Webkit-unassigned] [Bug 212765] New: Add a Thread Specific Buffer for LinkBuffer when Compacting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 4 11:15:32 PDT 2020


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

            Bug ID: 212765
           Summary: Add a Thread Specific Buffer for LinkBuffer when
                    Compacting
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: msaboff at apple.com

Similar to https://bugs.webkit.org/show_bug.cgi?id=212562, we should add a Thread Local Buffer for LinkBuffer::copyCompactAndLinkCode().  When compacting JIT code, for most CPU types we need a second data buffer.  We should make this buffer a thread local just like we did for the AssemblerBuffer in 212562.

-- 
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/20200604/32cdba1f/attachment.htm>


More information about the webkit-unassigned mailing list