Title: [288761] trunk/Source/_javascript_Core
- Revision
- 288761
- Author
- [email protected]
- Date
- 2022-01-28 15:06:19 -0800 (Fri, 28 Jan 2022)
Log Message
[JSC] Enable wasm branch hinting
https://bugs.webkit.org/show_bug.cgi?id=235832
Reviewed by Saam Barati.
https://github.com/WebAssembly/branch-hinting is stage-3 wasm feature.
Flip the flag to enable it.
* runtime/OptionsList.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (288760 => 288761)
--- trunk/Source/_javascript_Core/ChangeLog 2022-01-28 21:46:26 UTC (rev 288760)
+++ trunk/Source/_javascript_Core/ChangeLog 2022-01-28 23:06:19 UTC (rev 288761)
@@ -1,3 +1,15 @@
+2022-01-28 Yusuke Suzuki <[email protected]>
+
+ [JSC] Enable wasm branch hinting
+ https://bugs.webkit.org/show_bug.cgi?id=235832
+
+ Reviewed by Saam Barati.
+
+ https://github.com/WebAssembly/branch-hinting is stage-3 wasm feature.
+ Flip the flag to enable it.
+
+ * runtime/OptionsList.h:
+
2022-01-28 Tom Tartarin <[email protected]>
[JSC] Add support for WASM branch hinting proposal
Modified: trunk/Source/_javascript_Core/runtime/OptionsList.h (288760 => 288761)
--- trunk/Source/_javascript_Core/runtime/OptionsList.h 2022-01-28 21:46:26 UTC (rev 288760)
+++ trunk/Source/_javascript_Core/runtime/OptionsList.h 2022-01-28 23:06:19 UTC (rev 288761)
@@ -550,7 +550,7 @@
v(Bool, useWebAssemblyThreading, true, Normal, "Allow instructions from the wasm threading spec.") \
v(Bool, useWebAssemblyTypedFunctionReferences, false, Normal, "Allow function types from the wasm typed function references spec.") \
v(Bool, useWebAssemblyExceptions, true, Normal, "Allow the new section and instructions from the wasm exception handling spec.") \
- v(Bool, useWebAssemblyBranchHints, false, Normal, "Allow the new section from the wasm branch hinting spec.") \
+ v(Bool, useWebAssemblyBranchHints, true, Normal, "Allow the new section from the wasm branch hinting spec.") \
enum OptionEquivalence {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes