Reviewers: dcarney,

Message:
Hi Dan, here is the change to restore --vector-ics functionality. Thanks for the
look!
--Michael

Description:
Megamorphic KeyedLoadIC needs special handling for vector ics.

When --vector-ics is true, we still tail-call to the hand-written
megamorphic KeyedLoadIC (formerly "generic"). Now that this code uses
the megamorphic cache, it needs to deal properly with the vector and
slot registers. Achieve this with a sentinel vectors/slot combo.

[email protected]
BUG=

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

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

Affected files (+100, -10 lines):
  M include/v8.h
  M src/heap/heap.h
  M src/heap/heap.cc
  M src/ic/arm/ic-arm.cc
  M src/ic/arm64/ic-arm64.cc
  M src/ic/ia32/ic-ia32.cc
  M src/ic/mips/ic-mips.cc
  M src/ic/x64/ic-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