HAllocate should never generate allocation code if the requested size does not fit...
authorishell@chromium.org <ishell@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 27 Feb 2014 17:33:25 +0000 (17:33 +0000)
committerishell@chromium.org <ishell@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 27 Feb 2014 17:33:25 +0000 (17:33 +0000)
commit2ab83cf192492978848e7586057c618b79817bdc
treec96fa8097f4a0a1ba0d3349adb1cf6fa0733d8af
parentd9a66ad941f2c780d46fb52803578469880159d8
HAllocate should never generate allocation code if the requested size does not fit into page. Regression test included.

BUG=347543
LOG=N
R=hpayer@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19591 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/a64/lithium-codegen-a64.cc
src/arm/lithium-codegen-arm.cc
src/ia32/lithium-codegen-ia32.cc
src/mips/lithium-codegen-mips.cc
src/x64/lithium-codegen-x64.cc
test/mjsunit/regress/regress-347543.js [new file with mode: 0644]