Reviewers: Toon Verwaest,

Message:
Hi Toon,
Here is the "new style" CallIC, which uses at most two precompiled stubs to do
it's work at each site.

The UNINITIALIZED, MEGAMORPHIC, and "most popular" MONOMORPHIC case are in one stub, with other MONOMORPHIC cases patched as needed. The hybrid is achieved by
using the type vector to store feedback.

Thanks for having a look, no ports done yet.
--Michael

Description:
CallIC resurrected, with features.

Now rebased on https://codereview.chromium.org/181283003/

Please review this at https://codereview.chromium.org/172523002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+560, -38 lines):
  M src/ast.cc
  M src/builtins.h
  M src/builtins.cc
  M src/code-stubs.h
  M src/code-stubs.cc
  M src/debug.h
  M src/debug.cc
  M src/ia32/code-stubs-ia32.cc
  M src/ia32/debug-ia32.cc
  M src/ia32/full-codegen-ia32.cc
  M src/ic.h
  M src/ic.cc
  M src/log.h
  M src/log.cc
  M src/objects-inl.h
  M src/objects.h


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to