Fix for a smi stores optimization on x64 with a test case.
authorishell@chromium.org <ishell@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 11 Feb 2014 16:02:18 +0000 (16:02 +0000)
committerishell@chromium.org <ishell@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 11 Feb 2014 16:02:18 +0000 (16:02 +0000)
commit994f0f6dda0390d58e2b56055b26d0381a85501d
treee149de6f2d18a0f061701c79004e4edf379b1f9d
parent78f568d69c39da7755c7ecf922d797534990f784
Fix for a smi stores optimization on x64 with a test case.

BUG=338425
LOG=N
R=verwaest@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19288 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/flag-definitions.h
src/hydrogen-instructions.h
src/hydrogen.cc
src/x64/lithium-codegen-x64.cc
test/mjsunit/compiler/smi-stores-opt.js [new file with mode: 0644]