Skip to content

Commit ad8e574

Browse files
committed
Enable by default Wasm JS String Builtins
https://bugs.webkit.org/show_bug.cgi?id=298243 rdar://159679027 Reviewed by Daniel Liu and Yusuke Suzuki. This patch enables Wasm JS String Builtins after JIT Cage support was added and JetStream 3 benchmarks started running successfully on affected systems. Canonical link: https://commits.webkit.org/299455@main
1 parent c90e64e commit ad8e574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/JavaScriptCore/runtime/OptionsList.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ bool hasCapacityToUseLargeGigacage();
647647
v(Bool, useShadowRealm, false, Normal, "Expose the ShadowRealm object."_s) \
648648
v(Bool, useTemporal, false, Normal, "Expose the Temporal object."_s) \
649649
v(Bool, useTrustedTypes, true, Normal, "Enable trusted types eval protection feature."_s) \
650-
v(Bool, useWasmJSStringBuiltins, false, Normal, "Enable the implementation of the JS String Builtins proposal."_s) \
650+
v(Bool, useWasmJSStringBuiltins, true, Normal, "Enable the implementation of the JS String Builtins proposal."_s) \
651651
v(Bool, useWasmMemoryToBufferAPIs, true, Normal, "Enable the toFixedLengthBuffer() and toResizableBuffer() Wasm Memory.prototype functions."_s) \
652652
v(Bool, useWasmSIMD, true, Normal, "Allow the new simd instructions and types from the wasm simd spec."_s) \
653653
v(Bool, useWasmRelaxedSIMD, false, Normal, "Allow the relaxed simd instructions and types from the wasm relaxed simd spec."_s) \

0 commit comments

Comments
 (0)