Reviewers: Kevin Millikin, Message: This only works on IA32 so far, but I wanted to get a first round of reviews before I start porting it to other architectures.
Description: Implement target cache for constructor calls. This caches call targets of constructor calls by embedding a one element cache into the instruction stream. The type feedback oracle can use the recorded value to gather type information for monomorphic constructor call sites. [email protected] Please review this at http://codereview.chromium.org/8932004/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/builtins.h M src/code-stubs.h M src/ia32/builtins-ia32.cc M src/ia32/code-stubs-ia32.cc M src/ia32/full-codegen-ia32.cc M src/ia32/lithium-codegen-ia32.cc M src/mark-compact.cc M src/type-info.h M src/type-info.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
