mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09:00
1331414: Adding javascript.options.jit.full_debug_checks in about:config for people that want to use debug builds for surfing with less slowdown
1331414: Adding javascript.options.jit.full_debug_checks in about:config for people that want to use debug builds for surfing with less slowdown
This commit is contained in:
parent
2497cc338e
commit
d0736eaa44
11 changed files with 55 additions and 18 deletions
|
|
@ -5291,8 +5291,10 @@ CodeGenerator::generateBody()
|
|||
extendTrackedOptimizationsEntry(iter->mirRaw()->trackedOptimizations());
|
||||
|
||||
#ifdef DEBUG
|
||||
if (!counts)
|
||||
emitDebugResultChecks(*iter);
|
||||
if (!counts) {
|
||||
if (JitOptions.fullDebugChecks)
|
||||
emitDebugResultChecks(*iter);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
if (masm.oom())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue