https://chromiumcodereview.appspot.com/11369014/diff/15002/src/arm/lithium-codegen-arm.cc
File src/arm/lithium-codegen-arm.cc (right):

https://chromiumcodereview.appspot.com/11369014/diff/15002/src/arm/lithium-codegen-arm.cc#newcode5055
src/arm/lithium-codegen-arm.cc:5055: DoCheckMapCommon(map_reg,
I think there's a missing map load before this call:

__ ldr(map_reg, FieldMemOperand(prototype_reg, HeapObject::kMapOffset));

https://chromiumcodereview.appspot.com/11369014/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to