Fix the --noinline-new flag on ARM so that it forces us into C++ code
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 20 Oct 2010 12:01:17 +0000 (12:01 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 20 Oct 2010 12:01:17 +0000 (12:01 +0000)
commit852016c118e62553f97dc89600bf6898d07de1f3
treebdce44143c1a8585f1e081b76e6d1ee53b77aec5
parent1c106b1a3d70b61f448f4994cdb12a7eafab8bf7
Fix the --noinline-new flag on ARM so that it forces us into C++ code
on every allocation.  Fix three places where the generated code couldn't
cope with an unlucky GC.
Review URL: http://codereview.chromium.org/3872003

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5674 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/codegen-arm.cc
src/arm/ic-arm.cc
src/arm/macro-assembler-arm.cc
test/mjsunit/math-min-max.js