[Bug 20882] New: Don't do a call when you want to do a return � unless you really, really have to.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 16 09:26:25 PDT 2008


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

           Summary: Don't do a call when you want to do a return – unless
                    you really, really have to.
           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


Code generation for op_ret, calls can be inlined unless there is an activation,
a profiler, or the codeblock needsFullScopeChain & the scope chain needs
derefing.

+1.5% SS, +5/6% v8-tests


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