[Webkit-unassigned] [Bug 175610] New: Teach DFGFixupPhase.cpp that the current scope is always a cell

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 15 17:38:46 PDT 2017


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

            Bug ID: 175610
           Summary: Teach DFGFixupPhase.cpp that the current scope is
                    always a cell
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rmorisset at apple.com

This applies to
- CreateScopedArgument
- CreateActivation
- PushWithScope
- NewFunction
- NewGeneratorFunction
- NewAsyncFunction

Their first argument is currently CellUse, but we can make it KnownCellUse.

In the case of PushWithScope we can also speculate that the second argument is likely to be an object (since toObject is called on it).

-- 
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/20170816/6d01cf2d/attachment.html>


More information about the webkit-unassigned mailing list