Reviewers: Toon Verwaest,

Message:
Hi Toon,
This CL adds the 4 required code stubs to the system for vector based load ICs: the load and keyed load trampoline editions, and the load and keyed load full
vector convention hydrogen code stubs, which immediately bail out to miss
handlers.

This seems to complete a set of new "boilerplate" infrastructure types needed.
Future work will mostly be within existing IC classes.

PTAL, thanks!
--Michael

Description:
Added vector-based loadic hydrogen stubs. Not yet callable.

The next step is to integrate the use of vector[slot] into the IC
infrastructure so it can do the right thing for a vector-based ic.
Then these stubs can be installed. For now, they immediately bail out
to the miss handler.

[email protected]

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

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

Affected files (+221, -0 lines):
  M src/arm/code-stubs-arm.cc
  M src/arm64/code-stubs-arm64.cc
  M src/code-stubs.h
  M src/code-stubs.cc
  M src/code-stubs-hydrogen.cc
  M src/ia32/code-stubs-ia32.cc
  M src/ic/ic.h
  M src/ic/ic.cc
  M src/x64/code-stubs-x64.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