• bmeurer's avatar
    [turbofan] Collect and use type feedback on ToNumber. · dd7ce93c
    bmeurer authored
    Make Ignition collect BinaryOperationFeedback on ToNumber, using the
    shared type feedback slot with the following Inc/Dec bytecode, and use
    this feedback in TurboFan to turn the ToNumber(x) operation into a
    SpeculativeNumberMultiply(x,1) with the feedback hint.
    
    R=jarin@chromium.org, mstarzinger@chromium.org, rmcilroy@chromium.org
    BUG=v8:6214,v8:5267
    
    Review-Url: https://codereview.chromium.org/2804813003
    Cr-Commit-Position: refs/heads/master@{#44440}
    dd7ce93c
Name
Last commit
Last update
..
bytecode-array-builder-unittest.cc Loading commit data...
bytecode-array-iterator-unittest.cc Loading commit data...
bytecode-array-random-iterator-unittest.cc Loading commit data...
bytecode-array-writer-unittest.cc Loading commit data...
bytecode-dead-code-optimizer-unittest.cc Loading commit data...
bytecode-decoder-unittest.cc Loading commit data...
bytecode-operands-unittest.cc Loading commit data...
bytecode-peephole-optimizer-unittest.cc Loading commit data...
bytecode-pipeline-unittest.cc Loading commit data...
bytecode-register-allocator-unittest.cc Loading commit data...
bytecode-register-optimizer-unittest.cc Loading commit data...
bytecode-utils.h Loading commit data...
bytecodes-unittest.cc Loading commit data...
constant-array-builder-unittest.cc Loading commit data...
interpreter-assembler-unittest.cc Loading commit data...
interpreter-assembler-unittest.h Loading commit data...