Closed Bug 545409 Opened 15 years ago Closed 7 years ago

Exception handling may use a lot of space

Categories

(Tamarin Graveyard :: Virtual Machine, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX
Future

People

(Reporter: dansmith, Assigned: rreitmai)

References

Details

(Whiteboard: PACMAN)

+++ This bug was initially created as a clone of Bug #476443 +++ There are reports (lacking data) that our current exception handling strategy, which uses setjmp + longjmp, may use a lot of stack space. We should investigate the amount of stack space used and determine if it's worth doing something about it.
Flags: flashplayer-qrb+
Priority: P2 → --
Target Milestone: --- → Future
The main culprit I've seen in ad-hoc testing is a jmpbuf that is much larger than we need it to be. iirc, on powerpc, it includes space for the altivec registers and i dont see why since they are scratch registers.
Whiteboard: PACMAN
Blocks: 595012
Assignee: nobody → rreitmai
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in before you can comment on or make changes to this bug.