• titzer's avatar
    [turbofan] Remove kInterpreterDispatch CallDescriptor kind in favor of flag. · 8b56ec9c
    titzer authored
    Rationale: The {kind} of a call descriptor describes what the {target} being
    called is--i.e. a JSFunction, code object, or address. That kind materially
    dictates the instruction(s) generated for an outgoing call.
    
    The other flags on a call descriptor should describe specific properties
    (like whether a roots register is valid or not) so that backend logic doesn't
    have to switch over the kind, but is informed directly of what it wants to
    know.
    
    R=mstarzinger@chromium.org
    BUG=
    
    Review URL: https://codereview.chromium.org/1268273003
    
    Cr-Commit-Position: refs/heads/master@{#30065}
    8b56ec9c
instruction-selector-arm64.cc 70.3 KB