• 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_expectations Loading commit data...
bytecode-expectations-printer.cc Loading commit data...
bytecode-expectations-printer.h Loading commit data...
generate-bytecode-expectations.cc Loading commit data...
interpreter-tester.cc Loading commit data...
interpreter-tester.h Loading commit data...
source-position-matcher.cc Loading commit data...
source-position-matcher.h Loading commit data...
test-bytecode-generator.cc Loading commit data...
test-interpreter-intrinsics.cc Loading commit data...
test-interpreter.cc Loading commit data...
test-source-positions.cc Loading commit data...