Ignore:
Timestamp:
Jan 29, 2015, 8:28:36 PM (11 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r179357 and r179358.
https://bugs.webkit.org/show_bug.cgi?id=141062

Suspect this caused WebGL tests to start flaking (Requested by
kling on #webkit).

Reverted changesets:

"Polymorphic call inlining should be based on polymorphic call
inline caching rather than logging"
https://bugs.webkit.org/show_bug.cgi?id=140660
http://trac.webkit.org/changeset/179357

"Unreviewed, fix no-JIT build."
http://trac.webkit.org/changeset/179358

Patch by Commit Queue <[email protected]> on 2015-01-29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/Options.h

    r179357 r179392  
    171171    v(bool, enablePolymorphicAccessInlining, true) \
    172172    v(bool, enablePolymorphicCallInlining, true) \
    173     v(unsigned, maxPolymorphicCallVariantListSize, 15) \
    174     v(unsigned, maxPolymorphicCallVariantListSizeForTopTier, 5) \
    175     v(unsigned, maxPolymorphicCallVariantsForInlining, 5) \
     173    v(bool, callStatusShouldUseCallEdgeProfile, true) \
     174    v(bool, callEdgeProfileReallyProcessesLog, true) \
     175    v(bool, baselineDoesCallEdgeProfiling, false) \
     176    v(bool, dfgDoesCallEdgeProfiling, true) \
     177    v(bool, enableCallEdgeProfiling, true) \
    176178    v(unsigned, frequentCallThreshold, 2) \
    177     v(double, minimumCallToKnownRate, 0.51) \
    178179    v(bool, optimizeNativeCalls, false) \
    179180    v(bool, enableObjectAllocationSinking, true) \
Note: See TracChangeset for help on using the changeset viewer.