http://codereview.chromium.org/6606005/diff/12001/src/arm/full-codegen-arm.cc
File src/arm/full-codegen-arm.cc (right):

http://codereview.chromium.org/6606005/diff/12001/src/arm/full-codegen-arm.cc#newcode4020
src/arm/full-codegen-arm.cc:4020: __ CompareInstanceType(r0, r1,
FIRST_FUNCTION_CLASS_TYPE);
On 2011/03/03 12:05:02, fschneider wrote:
Could you reuse the value of the instance type from r1 left by
CompareObjectType
here?

It is being reused, and it is in r0.  R1 is just a scratch register, not
the map register.

http://codereview.chromium.org/6606005/

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

Reply via email to