• 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_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...
test-bytecode-generator.cc Loading commit data...
test-interpreter-intrinsics.cc Loading commit data...
test-interpreter.cc Loading commit data...