[Webkit-unassigned] [Bug 124945] [MIPS] Small stack frame causes regressions.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 28 00:26:35 PST 2013


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





--- Comment #2 from Julien Brianceau <jbriance at cisco.com>  2013-11-28 00:25:00 PST ---
(From update of attachment 217960)
View in context: https://bugs.webkit.org/attachment.cgi?id=217960&action=review

> Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm:193
> +        const extraStackSpace = 28

FYI 28 seems to be not enough on my mips board, with run-fast-jsc I get:
- "273 tests passed, 227 tests failed, 227 tests crashed." with extraStackSpace = 20
- "437 tests passed, 63 tests failed, 63 tests crashed." with extraStackSpace = 28
- "490 tests passed, 10 tests failed, 9 tests crashed." with extraStackSpace = 32

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