diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-06-25 20:13:11 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-06-25 20:17:39 +0000 |
commit | 1cf7e63d993b0f41aecc3af7e0cd759c8b067df4 (patch) | |
tree | c8ff0f711b1d50694f4ffa025ef20c3d9d8580df /js/src/jit/JitOptions.h | |
parent | c5b0e1f5e12f25613c95b0133883b774c22c8449 (diff) | |
download | uxp-1cf7e63d993b0f41aecc3af7e0cd759c8b067df4.tar.gz |
Remove Unboxed Objects Option Code
Diffstat (limited to 'js/src/jit/JitOptions.h')
-rw-r--r-- | js/src/jit/JitOptions.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/src/jit/JitOptions.h b/js/src/jit/JitOptions.h index 076980b4e5..719ee14d95 100644 --- a/js/src/jit/JitOptions.h +++ b/js/src/jit/JitOptions.h @@ -91,9 +91,6 @@ struct DefaultJitOptions mozilla::Maybe<uint32_t> forcedDefaultIonSmallFunctionWarmUpThreshold; mozilla::Maybe<IonRegisterAllocator> forcedRegisterAllocator; - // The options below affect the rest of the VM, and not just the JIT. - bool disableUnboxedObjects; - DefaultJitOptions(); bool isSmallFunction(JSScript* script) const; void setEagerCompilation(); |