Reviewers: Michael Starzinger, danno, Paul Lind, kisg,
Description: MIPS: Implement target cache for constructor calls. Port r10531 (d61db240). Original commit message: This caches call targets of constructor calls by associating one element caches with call sites. The type feedback oracle can use the recorded valued to gather type information for monomorphic constructor call sites. BUG= TEST= Please review this at http://codereview.chromium.org/9298014/ Affected files: M src/mips/builtins-mips.cc M src/mips/code-stubs-mips.cc M src/mips/debug-mips.cc M src/mips/full-codegen-mips.cc M src/mips/lithium-codegen-mips.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
