Ivan, I'd like to land this change (and the next part, pushing and popping through the virtual frame) on the bleeding_edge branch. Right now, the two code generators are too far out of synch.
http://codereview.chromium.org/7302/diff/401/601 File src/codegen-arm.cc (right): http://codereview.chromium.org/7302/diff/401/601#newcode217 Line 217: __ CallStub(&stub); This is the only place that "ReceiverOperand" would be explicitly used (the index -1 also appears in slots apparently). I'm not quite sure how to best rewrite this snippet to make it write through the frame. http://codereview.chromium.org/7302/diff/401/601#newcode1700 Line 1700: / kPointerSize; Changed as per request. http://codereview.chromium.org/7302 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
