Uploaded new patch. This one removes the assert that was failing. I've failed http://code.google.com/p/v8/issues/detail?id=2420 for that.
https://codereview.chromium.org/11308040/diff/1/src/arm/lithium-arm.cc File src/arm/lithium-arm.cc (right): https://codereview.chromium.org/11308040/diff/1/src/arm/lithium-arm.cc#newcode1356 src/arm/lithium-arm.cc:1356: ASSERT(instr->left().IsInteger32()); On 2012/11/20 08:53:06, ulan1 wrote:
This should be ASSERT(instr->left()->representation().IsInteger32()).
Done. https://codereview.chromium.org/11308040/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
