LGTM.

http://codereview.chromium.org/155350/diff/1004/27
File src/arm/ic-arm.cc (right):

http://codereview.chromium.org/155350/diff/1004/27#newcode115
Line 115: __ and_(t1, r3, Operand(t1, ROR, (kShift * i) % kBitsPerInt));
Maybe this needs to be guarded with something like i > 0, becuase I'm
not sure ROR is legal with a count of zero on ARM.

http://codereview.chromium.org/155350/diff/1004/21
File src/objects.cc (right):

http://codereview.chromium.org/155350/diff/1004/21#newcode6549
Line 6549: if (nof + (nof>>1) <= capacity) return this;
Why did you remove the whitespace here?

http://codereview.chromium.org/155350

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

Reply via email to