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
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
StartupCacheUtils.h
components.conf
moz.build
nsIStartupCacheInfo.idl