[Webkit-unassigned] [Bug 71427] New: Inlined uses of the global object should use the right global object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 2 18:13:30 PDT 2011


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

           Summary: Inlined uses of the global object should use the right
                    global object
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fpizlo at apple.com


The DFG backend was assuming that uses of the global object can use the global object associated with the machine code block.  But they should be the ones associated with the (potentially inlined) function instead.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list