Reviewers: Jakob,

Message:
Hi Jakob,
It turns out I do have a quick CL in case you have time today, thx for the help,
--Michael

Description:
Vector ICs: Like megamorphic keyed koads, use a dummy vector for stores

It's useful for the megamorphic keyed store case to not require a
vector and slot as input. Analogous to the load case, we have a dummy
one-ic-slot vector to aid. Since the only kind of MISS is for
megamorphic cache stub failures, we don't need the real vector.
The reason is that megamorphic cache stub failures don't result in any
change to the type feedback vector state.

BUG=

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

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

Affected files (+109, -7 lines):
  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/mips64/ic-mips64.cc
  M src/ic/x64/ic-x64.cc


--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to