[Webkit-unassigned] [Bug 26128] New: Change JITStub functions from being static members on the JITStub class to be global extern "C" functions,

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 1 21:24:41 PDT 2009


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

           Summary: Change JITStub functions from being static members on
                    the JITStub class to be global extern "C" functions,
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        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


Also, switch their the function signiture declaration in the definition of the
functions to be C-macro generated.  This makes it easier to work with the stub
functions from assembler code (since the names no longer require mangling), and
by delaring the functions with a macro we can look at also auto-generating asm
thunks to wrap the JITStub functions to perform the work currently in
'restoreArgumentReference' (as a memory saving).


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list