Changeset 173248 in webkit


Ignore:
Timestamp:
Sep 3, 2014 7:10:52 PM (10 years ago)
Author:
fpizlo@apple.com
Message:

Reenable call edge profiling and polymorphic call inlining, now that a bunch of the bugs
are fixed.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r173245 r173248  
     12014-09-03  Filip Pizlo  <fpizlo@apple.com>
     2
     3        Reenable call edge profiling and polymorphic call inlining, now that a bunch of the bugs
     4        are fixed.
     5
     6        * runtime/Options.h:
     7
    182014-09-03  David Kilzer  <ddkilzer@apple.com>
    29
  • trunk/Source/JavaScriptCore/runtime/Options.h

    r173237 r173248  
    173173    v(bool, baselineDoesCallEdgeProfiling, false) \
    174174    v(bool, dfgDoesCallEdgeProfiling, true) \
    175     v(bool, enableCallEdgeProfiling, false) \
     175    v(bool, enableCallEdgeProfiling, true) \
    176176    v(unsigned, frequentCallThreshold, 2) \
    177177    v(bool, optimizeNativeCalls, false) \
Note: See TracChangeset for help on using the changeset viewer.