• oth's avatar
    [interpreter] Introduce bytecode generation pipeline. · 02b7373a
    oth authored
    This change introduces a pipeline for the final stages of
    bytecode generation.
    
    The peephole optimizer is made distinct from the BytecodeArrayBuilder.
    
    A new BytecodeArrayWriter is responsible for writing bytecode. It
    also keeps track of the maximum register seen and offers a potentially
    smaller frame size.
    
    R=rmcilroy@chromium.org
    LOG=N
    BUG=v8:4280
    
    Review-Url: https://codereview.chromium.org/1947403002
    Cr-Commit-Position: refs/heads/master@{#36220}
    02b7373a
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-peephole-optimizer-unittest.cc Loading commit data...
bytecode-pipeline-unittest.cc Loading commit data...
bytecode-register-allocator-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...
source-position-table-unittest.cc Loading commit data...