[turbofan] Don't allocate UnallocatedOperands in Zone memory during instruction selection
authordcarney <dcarney@chromium.org>
Wed, 4 Feb 2015 12:38:47 +0000 (04:38 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 4 Feb 2015 12:39:07 +0000 (12:39 +0000)
commit4116900d8fbac6eeaa1177eb489bc581efc7844f
tree39fcfa52908735e40c26ba224b3f42a02f17dc01
parent275e088abec213aa0be3eef748926e4be2c5c79f
[turbofan] Don't allocate UnallocatedOperands in Zone memory during instruction selection

R=bmeurer@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#26424}
15 files changed:
src/compiler/arm/instruction-selector-arm.cc
src/compiler/arm64/instruction-selector-arm64.cc
src/compiler/ia32/instruction-selector-ia32.cc
src/compiler/instruction-selector-impl.h
src/compiler/instruction-selector.cc
src/compiler/instruction-selector.h
src/compiler/instruction.cc
src/compiler/instruction.h
src/compiler/mips/instruction-selector-mips.cc
src/compiler/mips64/instruction-selector-mips64.cc
src/compiler/x64/instruction-selector-x64.cc
test/cctest/compiler/test-instruction.cc
test/cctest/compiler/test-jump-threading.cc
test/unittests/compiler/instruction-sequence-unittest.cc
test/unittests/compiler/instruction-sequence-unittest.h