#546: M1518001 M1530958

This commit is contained in:
Cameron Kaiser 2019-03-12 21:21:35 -07:00
parent 38a8159015
commit dcccda4e6a
2 changed files with 2 additions and 1 deletions

View File

@ -169,6 +169,7 @@ js::Nursery::disable()
return;
numActiveChunks_ = 0;
currentEnd_ = 0;
position_ = 0;
updateDecommittedRegion();
}

View File

@ -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