[Interpreter] Skeleton bytecode graph builder
authoroth <oth@chromium.org>
Thu, 10 Sep 2015 16:21:34 +0000 (09:21 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 10 Sep 2015 16:21:40 +0000 (16:21 +0000)
commit8df7b4f6b502e2c318b61ce604332d51544081c6
tree87b1f54461baabfc5ac10a42606f7b2878a7e1d3
parent752b0308df72461bfeb644bf6dd8dd331fcdb722
[Interpreter] Skeleton bytecode graph builder

Add skeleton version bytecode-graph-builder.{h,cc} for existing
bytecodes.

BUG=v8:4280
LOG=N

Review URL: https://codereview.chromium.org/1291693004

Cr-Commit-Position: refs/heads/master@{#30687}
18 files changed:
BUILD.gn
src/DEPS
src/compiler/bytecode-graph-builder.cc [new file with mode: 0644]
src/compiler/bytecode-graph-builder.h [new file with mode: 0644]
src/compiler/pipeline.cc
src/interpreter/bytecode-array-iterator.cc [new file with mode: 0644]
src/interpreter/bytecode-array-iterator.h [new file with mode: 0644]
src/objects-inl.h
src/objects.h
test/cctest/cctest.gyp
test/cctest/compiler/test-run-bytecode-graph-builder.cc [new file with mode: 0644]
test/cctest/interpreter/test-bytecode-generator.cc
test/unittests/compiler/bytecode-graph-builder-unittest.cc [new file with mode: 0644]
test/unittests/compiler/node-test-utils.cc
test/unittests/compiler/node-test-utils.h
test/unittests/interpreter/bytecode-array-iterator-unittest.cc [new file with mode: 0644]
test/unittests/unittests.gyp
tools/gyp/v8.gyp