mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Issue #1624 - Globally disable inlining optimizations in the JS JIT compiler.
This commit is contained in:
parent
0ccf8dfa99
commit
7996b9e2cf
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ DefaultJitOptions::DefaultJitOptions()
|
|||
SET_DEFAULT(disableGvn, false);
|
||||
|
||||
// Toggles whether inlining is globally disabled.
|
||||
SET_DEFAULT(disableInlining, false);
|
||||
SET_DEFAULT(disableInlining, true);
|
||||
|
||||
// Toggles whether loop invariant code motion is globally disabled.
|
||||
SET_DEFAULT(disableLicm, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue