[Webkit-unassigned] [Bug 176647] New: Avoid duplicate computations of ExecState::vm().

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 9 07:15:29 PDT 2017


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

            Bug ID: 176647
           Summary: Avoid duplicate computations of ExecState::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

Because while computing ExecState::vm() is cheap, it is not free.

This patch also:
1. gets rids of some convenience methods in CallFrame that implicitly does a ExecState::vm() computation.
2. passes vm (when available) to methodTable().
3. passes vm (when available) to JSLockHolder.

-- 
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/20170909/f5798692/attachment.html>


More information about the webkit-unassigned mailing list