Changeset 209872 in webkit


Ignore:
Timestamp:
Dec 15, 2016 2:07:10 PM (7 years ago)
Author:
keith_miller@apple.com
Message:

Turn on WebAssembly by default
https://bugs.webkit.org/show_bug.cgi?id=165918

Reviewed by Saam Barati.

  • runtime/Options.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r209871 r209872  
     12016-12-15  Keith Miller  <keith_miller@apple.com>
     2
     3        Turn on WebAssembly by default
     4        https://bugs.webkit.org/show_bug.cgi?id=165918
     5
     6        Reviewed by Saam Barati.
     7
     8        * runtime/Options.h:
     9
    1102016-12-15  Konstantin Tokarev  <annulen@yandex.ru>
    211
  • trunk/Source/JavaScriptCore/runtime/Options.h

    r209808 r209872  
    417417    v(bool, useCodeCache, true, Normal, "If false, the unlinked byte code cache will not be used.") \
    418418    \
    419     v(bool, useWebAssembly, false, Normal, "Expose the WebAssembly global object.") \
     419    v(bool, useWebAssembly, true, Normal, "Expose the WebAssembly global object.") \
    420420
    421421enum OptionEquivalence {
Note: See TracChangeset for help on using the changeset viewer.