Commit dae8171a authored by Julian Seward's avatar Julian Seward Committed by dmeehan@mozilla.com
Browse files

Bug 1972357 - Disable wasm loop unrolling in Fx 140. a=dmeehan.

For stability reasons it seems prudent to pref off loop unrolling for 140,
while we work through some stability problems that have recently been
reported.

Original Revision: https://phabricator.services.mozilla.com/D253847

Differential Revision: https://phabricator.services.mozilla.com/D253848
parent 1e41182b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -9045,7 +9045,11 @@
# both unrolling and peeling.
- name: javascript.options.wasm_unroll_loops
  type: bool
#ifdef NIGHTLY_BUILD
  value: true
#else
  value: false
#endif
  mirror: always
  set_spidermonkey_pref: always