gecko-dev/js
Jan de Mooij ee57cdd7e5 Bug 1839669 - Use stack pointer register for stack probes to fix crashes on older Linux kernels. r=iain, a=dmeehan
Google Images creates a huge stack frame with more than 19550 slots (more than 150 KB)
and then uses OSR to enter Baseline Interpreter code.

The stack probing we do there caused crashes because older kernels don't like it when
the distance between the address and RSP is more than about 64 KB.

Differential Revision: https://phabricator.services.mozilla.com/D181892
2023-06-23 17:47:51 +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 1834225 - Fix embedder usage of JS::Result<T*>. r=nbp, a=dmeehan 2023-06-13 12:53:09 +00:00
src Bug 1839669 - Use stack pointer register for stack probes to fix crashes on older Linux kernels. r=iain, a=dmeehan 2023-06-23 17:47:51 +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 Backed out changeset 028a7f4e4b32 (bug 1776255) for causing Linux artifact builds bustages on central CLOSED TREE 2022-11-26 17:13:36 -05:00
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