v8/test/unittests/interpreter
oth 02b7373ab1 [interpreter] Introduce bytecode generation pipeline.
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}
2016-05-12 19:20:04 +00:00
..
bytecode-array-builder-unittest.cc [interpreter] Introduce bytecode generation pipeline. 2016-05-12 19:20:04 +00:00
bytecode-array-iterator-unittest.cc [interpreter] Introduce bytecode generation pipeline. 2016-05-12 19:20:04 +00:00
bytecode-array-writer-unittest.cc [interpreter] Introduce bytecode generation pipeline. 2016-05-12 19:20:04 +00:00
bytecode-peephole-optimizer-unittest.cc [interpreter] Introduce bytecode generation pipeline. 2016-05-12 19:20:04 +00:00
bytecode-pipeline-unittest.cc [interpreter] Introduce bytecode generation pipeline. 2016-05-12 19:20:04 +00:00
bytecode-register-allocator-unittest.cc [interpreter] Add support for scalable operands. 2016-03-21 17:09:49 +00:00
bytecode-utils.h [interpreter] Introduce bytecode generation pipeline. 2016-05-12 19:20:04 +00:00
bytecodes-unittest.cc [interpreter] Introduce bytecode generation pipeline. 2016-05-12 19:20:04 +00:00
constant-array-builder-unittest.cc [interpreter] A few code coverage improvements. 2016-04-01 12:09:10 +00:00
interpreter-assembler-unittest.cc [turbofan] Add the Verifier to the pipeline for code stubs. 2016-04-22 13:56:36 +00:00
interpreter-assembler-unittest.h [interpreter] Add accumulator use description to bytecodes. 2016-04-06 07:57:56 +00:00
source-position-table-unittest.cc [interpreter] Introduce bytecode generation pipeline. 2016-05-12 19:20:04 +00:00