• 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
..
base Loading commit data...
compiler Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
wasm Loading commit data...
DEPS Loading commit data...
cancelable-tasks-unittest.cc Loading commit data...
char-predicates-unittest.cc Loading commit data...
counters-unittest.cc Loading commit data...
locked-queue-unittest.cc Loading commit data...
run-all-unittests.cc Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
unittests.gyp Loading commit data...
unittests.isolate Loading commit data...
unittests.status Loading commit data...