LGTM (with one comment). I'll land it once comment is addressed.
https://chromiumcodereview.appspot.com/10083001/diff/1/src/mips/stub-cache-mips.cc File src/mips/stub-cache-mips.cc (right): https://chromiumcodereview.appspot.com/10083001/diff/1/src/mips/stub-cache-mips.cc#newcode1362 src/mips/stub-cache-mips.cc:1362: __ Push(receiver, holder_reg); For MIPS this whole if-else-block seems to be unnecessary. Can we just use "__ Push(receiver, holder_reg)" instead of lines 1357 to 1363? https://chromiumcodereview.appspot.com/10083001/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
