https://chromiumcodereview.appspot.com/9316131/diff/1/src/arm/code-stubs-arm.cc
File src/arm/code-stubs-arm.cc (right):

https://chromiumcodereview.appspot.com/9316131/diff/1/src/arm/code-stubs-arm.cc#newcode7361
src/arm/code-stubs-arm.cc:7361: __ StoreNumberToDoubleElements(r0, r3,
r1, r5, r6, r7, r9, r4,
To use r4 like that you have to guarantee that the last scratch register
is not overwritten in the case that we jump to the label.  That is
missing in the description of StoreNumberToDoubleElements in
macro-assembler-arm.h

https://chromiumcodereview.appspot.com/9316131/

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

Reply via email to