mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Add Atomics.notify instead of Atomics.wake according to revised spec.
- Keep .wake as an alias until we're certain it can be removed. - Enable SAB memory
This commit is contained in:
parent
c3a85ded77
commit
f5923f0626
5 changed files with 30 additions and 34 deletions
|
|
@ -1319,12 +1319,7 @@ pref("javascript.options.mem.gc_max_empty_chunk_count", 30);
|
|||
|
||||
pref("javascript.options.showInConsole", false);
|
||||
|
||||
#ifdef RELEASE_OR_BETA
|
||||
// Disabled in Beta and Release for now, see bug 1225406
|
||||
pref("javascript.options.shared_memory", false);
|
||||
#else
|
||||
pref("javascript.options.shared_memory", true);
|
||||
#endif
|
||||
|
||||
pref("javascript.options.throw_on_debuggee_would_run", false);
|
||||
pref("javascript.options.dump_stack_on_debuggee_would_run", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue