• mstarzinger's avatar
    Remove --stop-at flag from several backends. · 664110f8
    mstarzinger authored
    The flag in question is a debug-only flag supported by full-codegen and
    Crankshaft only. In it's current form there are some unresolved issues:
    - The flag is defeated by inlining in Crankshaft.
    - The flag is not supported by TurboFan.
    - The flag is not supported by Ignition.
    
    Instead of addressing the above issues and increasing maintenance cost
    for all backends and also given the "slim" test coverage, this CL fully
    removes the support from all backends.
    
    R=bmeurer@chromium.org,jkummerow@chromium.org
    
    Review URL: https://codereview.chromium.org/1676263002
    
    Cr-Commit-Position: refs/heads/master@{#33817}
    664110f8
Name
Last commit
Last update
..
OWNERS Loading commit data...
assembler-arm-inl.h Loading commit data...
assembler-arm.cc Loading commit data...
assembler-arm.h Loading commit data...
builtins-arm.cc Loading commit data...
code-stubs-arm.cc Loading commit data...
code-stubs-arm.h Loading commit data...
codegen-arm.cc Loading commit data...
codegen-arm.h Loading commit data...
constants-arm.cc Loading commit data...
constants-arm.h Loading commit data...
cpu-arm.cc Loading commit data...
deoptimizer-arm.cc Loading commit data...
disasm-arm.cc Loading commit data...
frames-arm.cc Loading commit data...
frames-arm.h Loading commit data...
interface-descriptors-arm.cc Loading commit data...
interface-descriptors-arm.h Loading commit data...
macro-assembler-arm.cc Loading commit data...
macro-assembler-arm.h Loading commit data...
simulator-arm.cc Loading commit data...
simulator-arm.h Loading commit data...