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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 2 04:45:23 PST 2013


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





--- Comment #6 from Balazs Kilvady <kilvadyb at homejinni.com>  2013-12-02 04:43:44 PST ---
(In reply to comment #5)
> (In reply to comment #3)
> > Due to alignment, I think you want to add space in amounts of 16.  What are the test results with 36?
> 
> I get the same results with 32 and 36 for layout jsc tests.
Alignment problem comes up on mips32r2 boards where value 32 breaks the 8 by alignment of the stack and causes 1066 failures while value 36 is ok so stack is aligned.

> (In reply to comment #4)
> > Created an attachment (id=218110)
 --> (https://bugs.webkit.org/attachment.cgi?id=218110&action=review) [details] [details]
> > fixed patch.
> 
> Patch looks good to me.

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