Changeset 201845 in webkit


Ignore:
Timestamp:
Jun 8, 2016 5:41:28 PM (8 years ago)
Author:
benjamin@webkit.org
Message:

Tempory fix for the debug bots

Unreviewed.

Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-06-08

  • runtime/Options.cpp:

(JSC::Options::initialize):
Weaken an assertion while I test values for thresholdForOptimizeSoon.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r201836 r201845  
     12016-06-08  Benjamin Poulain  <bpoulain@apple.com>
     2
     3        Tempory fix for the debug bots
     4
     5        Unreviewed.
     6
     7        * runtime/Options.cpp:
     8        (JSC::Options::initialize):
     9        Weaken an assertion while I test values for thresholdForOptimizeSoon.
     10
    1112016-06-08  Benjamin Poulain  <bpoulain@apple.com>
    212
  • trunk/Source/JavaScriptCore/runtime/Options.cpp

    r200796 r201845  
    450450            // Do range checks where needed and make corrections to the options:
    451451            ASSERT(Options::thresholdForOptimizeAfterLongWarmUp() >= Options::thresholdForOptimizeAfterWarmUp());
    452             ASSERT(Options::thresholdForOptimizeAfterWarmUp() >= Options::thresholdForOptimizeSoon());
    453452            ASSERT(Options::thresholdForOptimizeAfterWarmUp() >= 0);
    454453
Note: See TracChangeset for help on using the changeset viewer.