Mozilla 2/Memory: Difference between revisions

Jump to navigation Jump to search
Add link to OOM API.
(link up OOM tracking bug)
(Add link to OOM API.)
Line 14: Line 14:
* Simplify the Mozilla codebase and avoid untested error paths by assuming that most allocations do not fail.
* Simplify the Mozilla codebase and avoid untested error paths by assuming that most allocations do not fail.
* add garbage collection support to jemalloc to support [[XPCOMGC]].
* add garbage collection support to jemalloc to support [[XPCOMGC]].
* Design and test fallback mechanisms at OOM or close-to-OOM for freeing caches, closing tabs, etc
* Design and test fallback mechanisms at OOM or close-to-OOM for freeing caches, closing tabs, etc. [[Mozilla_2/Memory/OOM_API]]


= Risks and Assumptions =
= Risks and Assumptions =
13

edits

Navigation menu