Reviewers: rossberg,

Description:
MIPS: port Implement function proxies (except for their use as constructors).

port r9258 (c8709a9)

Note on mips implementation: Arm reg r4 (call type) normally maps to mips
reg t0. We had already used t0 as a temp in Generate_FunctionCall() and
Generate_FunctionApply(), so I replaced that existing t0 usage with t3, and
now use t0 only for call type.

Original commit message:
Introduce new %Apply native.
Extend Execution::Call to optionally handle receiver rewriting (needed for
%Apply).
Fix Function.prototype.bind for functions that have .apply modified.

BUG=
TEST=


Please review this at http://codereview.chromium.org/7891033/

Affected files:
  M src/mips/builtins-mips.cc
  M src/mips/code-stubs-mips.cc


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

Reply via email to