Unhook Unboxed Objects option

This commit is contained in:
wolfbeast 2019-05-13 15:45:32 +00:00 committed by Roy Tam
commit 3c6346afa9
5 changed files with 12 additions and 24 deletions

View file

@ -7276,9 +7276,6 @@ SetContextOptions(JSContext* cx, const OptionParser& op)
if (op.getBoolOption("wasm-check-bce"))
jit::JitOptions.wasmAlwaysCheckBounds = true;
if (op.getBoolOption("no-unboxed-objects"))
jit::JitOptions.disableUnboxedObjects = true;
if (const char* str = op.getStringOption("cache-ir-stubs")) {
if (strcmp(str, "on") == 0)
jit::JitOptions.disableCacheIR = false;