[Webkit-unassigned] [Bug 42207] New: Clean up interface to compile executables, always check for exceptions.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 13 15:33:18 PDT 2010


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

           Summary: Clean up interface to compile executables, always
                    check for exceptions.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barraclough at apple.com


Presently interface to compile executable is inconsistent between eval/program and function code, and is error prone in allowing a caller to byte compile without JIT compiling an executable (we rely on all executables with codeblocks having JIT code).  Unify on an interface where all compilation is performed by a single compile (with ForCall|ForConstruct variants) method, and make all clients check for errors.

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