• mstarzinger's avatar
    Make compiler more acceptive wrt Isolate::use_crankshaft. · d6085f27
    mstarzinger authored
    This allows using %OptimizeFunctionOnNextCall and friends even when
    Crankshaft is disabled. Note that this should only affect code paths
    that are not relevant to performance. By now we have a single bailout
    point in place within OptimizedCompileJob::CreateGraph that ensures
    Crankshaft is only used when enabled and supported.
    
    R=titzer@chromium.org
    
    Review URL: https://codereview.chromium.org/999173007
    
    Cr-Commit-Position: refs/heads/master@{#27367}
    d6085f27
runtime-compiler.cc 16 KB