Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Source/JavaScriptCore/runtime/OptionsList.h
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ bool hasCapacityToUseLargeGigacage();
v(Bool, verboseBBQJITInstructions, false, Normal, "Logs instruction information during BBQ JIT"_s) \
v(Bool, useWasmLLInt, true, Normal, nullptr) \
v(Bool, useBBQJIT, true, Normal, "allows the BBQ JIT to be used if true"_s) \
v(Bool, useOMGJIT, true, Normal, "allows the OMG JIT to be used if true"_s) \
v(Bool, useOMGJIT, !is32Bit(), Normal, "allows the OMG JIT to be used if true"_s) \
v(Bool, useWasmLLIntPrologueOSR, true, Normal, "allows prologue OSR from wasm LLInt if true"_s) \
v(Bool, useWasmLLIntLoopOSR, true, Normal, "allows loop OSR from wasm LLInt if true"_s) \
v(Bool, useWasmLLIntEpilogueOSR, true, Normal, "allows epilogue OSR from wasm LLInt if true"_s) \
Expand Down