Closed
Bug 1698050
Opened 5 years ago
Closed 5 years ago
Add a bitmap for tracking arenas' allocated() state
Categories
(Core :: JavaScript: GC, task, P1)
Core
JavaScript: GC
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: allstars.chh, Assigned: allstars.chh)
References
Details
Attachments
(1 file)
In Bug 1660006 I tried to iterate all arenas within the chunk during decommit.
However, I got segmentation fault when accessing arenas[i].allocated(), it turned out it's because we will mprotect the arenas during compaction.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
Unfortunately, we don't have enough memory space on Android (which uses JS_GC_SMALL_CHUNK_SIZE). I'll mark this as wontfix.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•