[Webkit-unassigned] [Bug 76117] New: Code duplication for invoking the JIT and DFG should be reduced

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 11 16:26:50 PST 2012


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

           Summary: Code duplication for invoking the JIT and DFG should
                    be reduced
           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 harness for doing JIT compilation for program and eval code is identical modulo which CodeBlock it references, and the harness for doing JIT compilation of function for call and function for construct is identical modulo which code block, jitCode, and jitCodeWithArityCheck it references.

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