[Webkit-unassigned] [Bug 180653] New: LLInt: reserve 16 bytes of stack on MIPS for native calls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 11 10:00:52 PST 2017


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

            Bug ID: 180653
           Summary: LLInt: reserve 16 bytes of stack on MIPS for native
                    calls
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: guijemont at igalia.com

The calling convention on MIPS is that the caller reserves 16 bytes (4 words) of stack space for all calls (regardless of the number of arguments). The callee can use that space. in LLInt's nativeCallTrampoline (which is only used if JIT is disabled), we effectively only save 8 bytes when adjusting the alignment. This crashes many date-related tests when running in llint-only mode when compiling in -Os.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171211/10556efe/attachment-0001.html>


More information about the webkit-unassigned mailing list