[Webkit-unassigned] [Bug 28621] New: Restructure Executable types so that host functions do not hold a FunctionExecutable.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 21 12:50:49 PDT 2009


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

           Summary: Restructure Executable types so that host functions do
                    not hold a FunctionExecutable.
           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


All JSFunction objects have a pointer to an Executable*.  This is currently
always a
FunctionExecutable, however this has a couple of drawbacks.  Host functions do
not
store a range of information that the FunctionExecutable provides (source,
name,
CodeBlock & information presently held on the FunctionBodyNode).

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