gecko-dev/js
Doug Thayer cf2c2fb13a Bug 1824051 - Fix alias sets for CheckIsObj and CheckScriptedProxyGetResult r=jandem
So, this patch is very tentative. The reason for this is that if we just change
the alias sets for these ops, we end up failing this assertion: https://searchfox.org/mozilla-central/rev/85269d4444c2553e7f4c669fe4de72d64f4fe438/js/src/jit/CodeGenerator.cpp#332.
Our solution to this is to give the ops resume points, and... blow right past
the warnings telling us not to have multiple effectful operations for a single
transpiled IC. Iain suggested that I rope you in here, Jan, to get your take on
whether this is safe or not. Nothing seems to blow up in tests.

Differential Revision: https://phabricator.services.mozilla.com/D185350
2023-08-10 17:58:09 +00:00
..
examples
loader Bug 1847813 - Process loaded modules asynchronously in DOM module loader r=smaug 2023-08-09 22:49:46 +00:00
public Bug 1845640 - Part 2: Add JS::ReadOnlyCompileOptions parameter to error/warning related JS::FrontendContext APIs. r=bthrall 2023-08-10 10:03:13 +00:00
src Bug 1824051 - Fix alias sets for CheckIsObj and CheckScriptedProxyGetResult r=jandem 2023-08-10 17:58:09 +00:00
xpconnect Bug 1845416 - Add JS::ReadOnlyDecodeOptions and JS::OwningDecodeOptions. r=bthrall 2023-08-10 10:03:11 +00:00
app.mozbuild
ffi.configure
moz.build
moz.configure Bug 1846936 - [loong64][mips64] Port wasm return calls implementation. r=yury 2023-08-04 17:17:17 +00:00
sub.configure