[Webkit-unassigned] [Bug 28502] New: Remove FunctionCodeBlock

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 20 13:45:05 PDT 2009


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

           Summary: Remove FunctionCodeBlock
           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


These only exist to allow JIT code to dereference properties off the CodeBlock
for any callee, regardless of whether it is a host function.

Instead just use the FunctionExecutable.  Copy the m_parameters field from the
CodeBlock into the Executable, and use this to distinguish between host
functions, functions that have been bytecompiled, and functions that have not.

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