[turbofan] Lower JSStoreProperty during JS typed lowering.
authorbmeurer@chromium.org <bmeurer@chromium.org>
Wed, 10 Sep 2014 12:29:48 +0000 (12:29 +0000)
committerbmeurer@chromium.org <bmeurer@chromium.org>
Wed, 10 Sep 2014 12:29:48 +0000 (12:29 +0000)
commitcf293f77802c2f7fecfdea237a83147131c484e3
tree9a9d488e9a8401a713f9443708fa9df4aab97059
parent6bb08db27ee31aafb3d949d57eca86f8b4629b97
[turbofan] Lower JSStoreProperty during JS typed lowering.

Note that we cannot yet emit a diamond here (patch is ready), because
the scheduler is still broken wrt. free floating control (seems related
although this diamond is not free floating).

TEST=cctest
R=mstarzinger@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23838 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/compiler/js-typed-lowering.cc
src/compiler/js-typed-lowering.h
test/cctest/compiler/test-run-properties.cc