• bmeurer's avatar
    [turbofan] Add initial support for SOFT deopts. · 7a22fdff
    bmeurer authored
    This only introduces the basic support for both SOFT and EAGER deopts in
    TurboFan, but doesn't make use of SOFT deopts anywhere yet (there are
    some other issues blocking that). Basically every Deoptimize operator
    now has a DeoptimizeKind, which can be either kSoft or kEager.
    
    R=jarin@chromium.org
    
    Review URL: https://codereview.chromium.org/1511883002
    
    Cr-Commit-Position: refs/heads/master@{#32690}
    7a22fdff
common-operator.h 5.97 KB