Closed
Bug 600057
Opened 14 years ago
Closed 6 years ago
Investigate effect of increased VarTracker scope on memory consumption
Categories
(Tamarin Graveyard :: Baseline JIT (CodegenLIR), defect)
Tamarin Graveyard
Baseline JIT (CodegenLIR)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: wmaddox, Assigned: wmaddox)
References
Details
The fix for bug 564580 increases the amount of state accumulated by the vartracker. The impact of this has not been assessed, particularly for extreme cases. See https://bugzilla.mozilla.org/show_bug.cgi?id=564580#c11 .
The issue here are 'varTracker' and 'tagTracker' arrays. See bug 596858 for related concerns with the size and cost of the 'checked' hashmap.
Assignee | ||
Updated•14 years ago
|
Summary: Investigate effect of increated VarTracker scope on memory consumption → Investigate effect of increased VarTracker scope on memory consumption
Comment 1•6 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•