[Webkit-unassigned] [Bug 150380] New: [MIPS] LLInt: align stack pointer on MIPS too

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 20 17:22:40 PDT 2015


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

            Bug ID: 150380
           Summary: [MIPS] LLInt: align stack pointer on MIPS too
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Other
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: guijemont at igalia.com

The code in doVMEntry() to align the stack for X86_WIN is also needed on MIPS since C code using the o32 ABI will only align the stack to 8 bytes but JavaScriptCore expects it to be aligned on 16 bytes.

-- 
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/20151021/cc1aea79/attachment.html>


More information about the webkit-unassigned mailing list