Closed
Bug 769076
Opened 13 years ago
Closed 1 year ago
speculatively free memory in low memory situations
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: taras.mozilla, Unassigned)
Details
(Whiteboard: [js:t])
One alternative to killing a tab in a low memory situation is to try to identify a large chunk of the GC graph that may not be used, free it and setup a barrier to only kill the tab when memory is accessed.
This could extend webapp runtime on lowend devices.
Updated•13 years ago
|
Whiteboard: [js:t]
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•