[Webkit-unassigned] [Bug 232132] New: Remove unneeded Heap::m_vm.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 21 22:01:33 PDT 2021


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

            Bug ID: 232132
           Summary: Remove unneeded Heap::m_vm.
           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: mark.lam at apple.com

Heap::vm() already computes the associated VM& using offset math.  This entails subtracting a constant to Heap's this pointer, which is faster than loading from a field.

-- 
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/20211022/65703c47/attachment-0001.htm>


More information about the webkit-unassigned mailing list