Changeset 173266 in webkit


Ignore:
Timestamp:
Sep 4, 2014 11:07:02 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r173248.
https://bugs.webkit.org/show_bug.cgi?id=136536

call edge profiling and polymorphic call inlining are still
causing crashes (Requested by eric_carlson on #webkit).

Reverted changeset:

"Reenable call edge profiling and polymorphic call inlining,
now that a bunch of the bugs"
http://trac.webkit.org/changeset/173248

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r173264 r173266  
     12014-09-04  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r173248.
     4        https://bugs.webkit.org/show_bug.cgi?id=136536
     5
     6        call edge profiling and polymorphic call inlining are still
     7        causing crashes (Requested by eric_carlson on #webkit).
     8
     9        Reverted changeset:
     10
     11        "Reenable call edge profiling and polymorphic call inlining,
     12        now that a bunch of the bugs"
     13        http://trac.webkit.org/changeset/173248
     14
    1152014-09-04  Brian J. Burg  <burg@cs.washington.edu>
    216
  • trunk/Source/JavaScriptCore/runtime/Options.h

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