Closed
Bug 549963
Opened 16 years ago
Closed 16 years ago
JM: Get recursion limit working with exact counts
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: dmandelin, Unassigned)
References
Details
Right now, the recursion limit works in JM, but JM and the intepreter keep separate counts, so it may take longer to reach the limit than it would in just the interpreter.
This isn't high priority for now; the main reason to have it is consistency for testing, and it wouldn't apply at all if every function could run in JM mode.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•