[turbofan]: Integrate basic type feedback for property accesses.
authortitzer <titzer@chromium.org>
Thu, 26 Mar 2015 09:38:11 +0000 (02:38 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 26 Mar 2015 09:38:25 +0000 (09:38 +0000)
commit78abf9d9d96cde33420028979b84178f1e774c56
tree06699153eebfcf00517c973aa03214efbb57f330
parent1d81d82a745b483d61dfd558bd5eb0c9aac80201
[turbofan]: Integrate basic type feedback for property accesses.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#27470}
16 files changed:
BUILD.gn
src/compiler.cc
src/compiler.h
src/compiler/access-builder.h
src/compiler/ast-graph-builder.cc
src/compiler/ast-graph-builder.h
src/compiler/js-intrinsic-lowering.cc
src/compiler/js-type-feedback.cc [new file with mode: 0644]
src/compiler/js-type-feedback.h [new file with mode: 0644]
src/compiler/node-properties.cc
src/compiler/node-properties.h
src/compiler/pipeline.cc
src/compiler/verifier.cc
src/flag-definitions.h
src/types.cc
tools/gyp/v8.gyp