Closed
Bug 610309
Opened 15 years ago
Closed 15 years ago
Increase DEFAULT_MAX_STACK_SIZE to make "make check" happy on sparc.
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: leon.sha, Assigned: leon.sha)
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
799 bytes,
patch
|
gal
:
review+
|
Details | Diff | Splinter Review |
I got 'too much recursion' on both sparc solaris and sparc linux, debug and release builds.
![]() |
||
Comment 2•15 years ago
|
||
Comment on attachment 488808 [details] [diff] [review]
patch
That's a lot of stack. This is sparc only, so I hope you know what you are doing.
Attachment #488808 -
Flags: review?(gal) → review+
A basic sparc call required 17*4 bytes of stack. Normally sparc have a bigger stack size.
(In reply to comment #2)
> Comment on attachment 488808 [details] [diff] [review]
> patch
>
> That's a lot of stack. This is sparc only, so I hope you know what you are
> doing.
Whiteboard: fixed-in-tracemonkey
Comment 5•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•