Reviewers: Jakob,

Message:
Hi Jakob,
The next in a fun series. This CL allocates the necessary slots for the stores
ICs, and alters full-codegen to pass them appropriately.

Still to be done is turbofan and crankshaft codegen, and handling vector-based
misses in ic.cc.

Ports to follow...
--Michael

Description:
VectorICs: allocating slots for store ics in ast nodes.

Also adapt code generation to pass the slot to the store/keyed-store ic. AST
nodes ObjectLiteral, Assignment, ForEach, Call and CountOperation now include
one or more feedback vector ic slot ids.

BUG=

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+317, -89 lines):
  M src/ast.h
  M src/ast.cc
  M src/ast-numbering.cc
  M src/full-codegen.h
  M src/ia32/full-codegen-ia32.cc
  M src/type-feedback-vector.h
  M src/type-feedback-vector.cc


--
--
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/d/optout.

Reply via email to