[Webkit-unassigned] [Bug 39898] New: Move arity check into callee.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 28 12:57:55 PDT 2010


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

           Summary: Move arity check into callee.
           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


We can reduce the size of the virtual call trampolines by moving the arity check into the callee functions.  As a following step we will be able to remove the check for native function / codeblocks by performing translation in a lazy stub.

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