gecko-dev/startupcache
Greg Tatum c7b453b99a Bug 1755181 - Allow live language reloading to invalidate the startup cache; r=dthayer
The startup cache essentially leaks memory here for the old startup cache
data. My assumption here is that there can be dangling pointers into this
data so it's not safe to delete these old tables. Live language switching
is a relatively rare event, so this leak should be acceptable compared to
adding locking mechanisms to the underlying data.

Differential Revision: https://phabricator.services.mozilla.com/D140968
2022-03-22 15:19:47 +00:00
..
test Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
StartupCache.cpp Bug 1755181 - Allow live language reloading to invalidate the startup cache; r=dthayer 2022-03-22 15:19:47 +00:00
StartupCache.h Bug 1755181 - Allow live language reloading to invalidate the startup cache; r=dthayer 2022-03-22 15:19:47 +00:00
StartupCacheInfo.cpp
StartupCacheInfo.h
StartupCacheUtils.cpp Bug 1688511 - do not use 'else' after 'return'. r=sylvestre 2021-02-04 09:24:19 +00:00
StartupCacheUtils.h
components.conf
moz.build Bug 1725145 - Preparation for the hybrid build env. r=necko-reviewers,firefox-build-system-reviewers,valentin,glandium 2021-08-25 10:46:17 +00:00
nsIStartupCacheInfo.idl