mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
56773d349e
The problem here is that initialStringHeap can be stale by the time it's used in UpdateRegExpStatics. GenerateRegExpMatchStubShared can allocate a shape which can trigger GC which can re-enable previously disabled nursery string allocation. This means we may incorrectly elide post barriers here. The fix is to get the initial heap setting after potential GC. Differential Revision: https://phabricator.services.mozilla.com/D186012 |
||
---|---|---|
.. | ||
examples | ||
loader | ||
public | ||
src | ||
xpconnect | ||
app.mozbuild | ||
ffi.configure | ||
moz.build | ||
moz.configure | ||
sub.configure |