lgtm
https://chromiumcodereview.appspot.com/9304001/diff/25001/src/hydrogen.cc File src/hydrogen.cc (right): https://chromiumcodereview.appspot.com/9304001/diff/25001/src/hydrogen.cc#newcode5551 src/hydrogen.cc:5551: Pop(); I think we can replace receiver with function with SetExpressionStackAt() and then use PreProcessCall to do heavy lifting with HPushArgument. https://chromiumcodereview.appspot.com/9304001/diff/25001/src/mips/lithium-codegen-mips.cc File src/mips/lithium-codegen-mips.cc (right): https://chromiumcodereview.appspot.com/9304001/diff/25001/src/mips/lithium-codegen-mips.cc#newcode4251 src/mips/lithium-codegen-mips.cc:4251: __ li(a0, Operand(constructor)); consider using LoadHeapObject/PushHeapObject just to be safe in case if we start inlining constructors that are in new space (all architectures). https://chromiumcodereview.appspot.com/9304001/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
