[Webkit-unassigned] [Bug 165769] New: Eliminate filling extra stack slots with undefined JSValues for register arguments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 12 12:59:56 PST 2016


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

            Bug ID: 165769
           Summary: Eliminate filling extra stack slots with undefined
                    JSValues for register arguments
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: msaboff at apple.com

In DFGSpeculativeJIT64.cpp emitCall(), we need to put jsUndefined values in both argument registers and stack slots for extra argument.

This is needed because the LLInt entry points are generic and don't know home many parameters to expect for a particular call.  Therefore these thunks don't know that they should spill extra register arguments to the stack.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161212/5cc01077/attachment.html>


More information about the webkit-unassigned mailing list