[Webkit-unassigned] [Bug 63957] New: JSC JIT has code duplication for the handling of call and construct

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 5 15:15:22 PDT 2011


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

           Summary: JSC JIT has code duplication for the handling of call
                    and construct
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fpizlo at apple.com


The JSC JIT compiles code differently depending on whether it's used for a normal call or an object construction.  However, even in cases where the compilation code path would be almost entirely identical for the two cases, there is code duplication, particularly in JITStubs.cpp.

-- 
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