gecko-dev/js
Jon Coppeard 56773d349e Bug 1847397 - Get the string heap to use after possible GC when executing regular expressions. r=jandem, a=RyanVM
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
2023-08-15 09:45:20 +00:00
..
examples Bug 1817347 - Prevent jorendb from spewing out enormous strings r=jonco 2023-03-23 21:07:06 +00:00
loader Bug 1835886 - Cancel outstanding load requests when a document is detached from a global r=smaug, a=dmeehan 2023-06-13 08:46:26 +00:00
public Bug 1848369 - Add checksum to Stencil XDR content. r=nbp, a=RyanVM 2023-08-15 22:06:35 +00:00
src Bug 1847397 - Get the string heap to use after possible GC when executing regular expressions. r=jandem, a=RyanVM 2023-08-15 09:45:20 +00:00
xpconnect Bug 1824613 - Convert consumers of toolkit/mozapps/extensions/ to import ES modules directly. r=extension-reviewers,settings-reviewers,application-update-reviewers,credential-management-reviewers,devtools-reviewers,sync-reviewers,sgalich,bytesized,robwu,skhamis 2023-06-02 20:00:35 +00:00
app.mozbuild
ffi.configure
moz.build
moz.configure Backed out changeset f48b35a6fdce (bug 1831030) for Linting failure. CLOSED TREE 2023-06-01 17:12:21 +03:00
sub.configure