[Webkit-unassigned] [Bug 190933] New: Consider removing double load for accessing the MetadataTable from LLInt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 25 16:41:03 PDT 2018


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

            Bug ID: 190933
           Summary: Consider removing double load for accessing the
                    MetadataTable from LLInt
           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: tzagallo at apple.com

https://bugs.webkit.org/show_bug.cgi?id=187373 introduces a MetadataTable to store mutable data for bytecodes. Right now, fetching the table requires two loads (codeBlock->m_metadataTable->m_buffer).

-- 
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/20181025/7cfcd5e4/attachment.html>


More information about the webkit-unassigned mailing list