Drive by comment
http://codereview.chromium.org/3341012/diff/9001/10002 File src/arm/code-stubs-arm.cc (right): http://codereview.chromium.org/3341012/diff/9001/10002#newcode4146 src/arm/code-stubs-arm.cc:4146: // r6 = to (smi), r7 = from (smi) Just a suggestion, but as r6 and r7 hold the same values throughout this function using variables for the to and from registers Register to = r6 Register from = r7 will make things easier to read, and you can avoid having to hassle with keeping comments in sync with the code. http://codereview.chromium.org/3341012/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
