• oth's avatar
    [interpreter] Introduce binary op bytecodes for Smi operand. · 40511877
    oth authored
    Introduces fused bytecodes for fusing LdaSmi followed by a binary op bytecode.
    The chosen bytecodes are used frequently in Octane: AddSmi, SubSmi,
    BitwiseOrSmi, BitwiseAndSmi, ShiftLeftSmi, ShiftRightSmi.
    
    There are additional code stubs for these operations that are biased towards
    both the left hand and right hand operands being Smis.
    
    BUG=v8:4280
    LOG=N
    
    Review-Url: https://codereview.chromium.org/2111923002
    Cr-Commit-Position: refs/heads/master@{#37531}
    40511877
Name
Last commit
Last update
..
bytecode-array-builder-unittest.cc Loading commit data...
bytecode-array-iterator-unittest.cc Loading commit data...
bytecode-array-writer-unittest.cc Loading commit data...
bytecode-dead-code-optimizer-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...