mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-04-18 11:39:33 +00:00
#546: M1518001 M1530958
This commit is contained in:
parent
38a8159015
commit
dcccda4e6a
@ -169,6 +169,7 @@ js::Nursery::disable()
|
||||
return;
|
||||
numActiveChunks_ = 0;
|
||||
currentEnd_ = 0;
|
||||
position_ = 0;
|
||||
updateDecommittedRegion();
|
||||
}
|
||||
|
||||
|
@ -185,7 +185,7 @@ DefaultJitOptions::DefaultJitOptions()
|
||||
}
|
||||
|
||||
// Toggles whether unboxed plain objects can be created by the VM.
|
||||
SET_DEFAULT(disableUnboxedObjects, false);
|
||||
SET_DEFAULT(disableUnboxedObjects, true);
|
||||
}
|
||||
|
||||
bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user