fune/js
Ben Visness 77dbe4f846 Bug 1863609: Enable GVN of wasm subtype checks. r=rhunt
This patch also enables GVN of redundant MTest instructions, where an
MTest is dominated by either the true or false path of a previous MTest
on the same value. This can remove some tests entirely, such as the
trapping path from the cast instruction suggested in the bug.

Differential Revision: https://phabricator.services.mozilla.com/D205118
2024-03-20 21:43:39 +00:00
..
examples
loader Bug 1881564 - Initialize module loader also for ServiceWorker to allow ChromeUtils.importESModule in DevTools ServiceWorker debugger global. r=yulia 2024-03-20 11:22:45 +00:00
public Bug 1865406 - Use JS::Prefs to add browser preference r=jandem 2024-03-20 21:17:24 +00:00
src Bug 1863609: Enable GVN of wasm subtype checks. r=rhunt 2024-03-20 21:43:39 +00:00
xpconnect Bug 1859708: Add rule to allow read access to the binary dir for GPU sandbox. r=cmartin 2024-03-19 22:09:10 +00:00
app.mozbuild Bug 1880746 - Part 3: Remove duplicate DIRS from js/app.mozbuild. r=firefox-build-system-reviewers,glandium 2024-02-27 07:31:35 +00:00
ffi.configure
moz.build
moz.configure Bug 1860889 - Remove build config for JSON.parse with source r=jandem 2024-03-20 21:17:23 +00:00
sub.configure