Title: [248919] trunk/Source/_javascript_Core
Revision
248919
Author
justin_mich...@apple.com
Date
2019-08-20 15:35:28 -0700 (Tue, 20 Aug 2019)

Log Message

[WASM-References] Enable by default
https://bugs.webkit.org/show_bug.cgi?id=200931

Reviewed by Saam Barati.

* runtime/Options.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (248918 => 248919)


--- trunk/Source/_javascript_Core/ChangeLog	2019-08-20 22:18:23 UTC (rev 248918)
+++ trunk/Source/_javascript_Core/ChangeLog	2019-08-20 22:35:28 UTC (rev 248919)
@@ -1,3 +1,12 @@
+2019-08-20  Justin Michaud  <justin_mich...@apple.com>
+
+        [WASM-References] Enable by default
+        https://bugs.webkit.org/show_bug.cgi?id=200931
+
+        Reviewed by Saam Barati.
+
+        * runtime/Options.h:
+
 2019-08-20  Yusuke Suzuki  <ysuz...@apple.com>
 
         [JSC] Array.prototype.toString should not get "join" function each time

Modified: trunk/Source/_javascript_Core/runtime/Options.h (248918 => 248919)


--- trunk/Source/_javascript_Core/runtime/Options.h	2019-08-20 22:18:23 UTC (rev 248918)
+++ trunk/Source/_javascript_Core/runtime/Options.h	2019-08-20 22:35:28 UTC (rev 248919)
@@ -498,7 +498,7 @@
     v(bool, useWebAssemblyStreamingApi, enableWebAssemblyStreamingApi, Normal, "Allow to run WebAssembly's Streaming API") \
     v(bool, useCallICsForWebAssemblyToJSCalls, true, Normal, "If true, we will use CallLinkInfo to inline cache Wasm to JS calls.") \
     v(bool, useEagerWebAssemblyModuleHashing, false, Normal, "Unnamed WebAssembly modules are identified in backtraces through their hash, if available.") \
-    v(bool, useWebAssemblyReferences, false, Normal, "Allow types from the wasm references spec.") \
+    v(bool, useWebAssemblyReferences, true, Normal, "Allow types from the wasm references spec.") \
     v(bool, useWeakRefs, false, Normal, "Expose the WeakRef constructor.") \
     v(bool, useBigInt, false, Normal, "If true, we will enable BigInt support.") \
     v(bool, useNullishAwareOperators, false, Normal, "Enable support for ?. and ?? operators.") \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to