13
edits
(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 = | ||
edits