Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: src/ic.h

Issue 398053002: Introduce FLAG_vector_ics. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: REBASE. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/ia32/lithium-ia32.cc ('k') | src/x64/builtins-x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ic.h
diff --git a/src/ic.h b/src/ic.h
index 4e7542341af51ae536facebe9e193c69e881b752..61845d1d69f6fca4024ba186cb0079f1edda6c4f 100644
--- a/src/ic.h
+++ b/src/ic.h
@@ -392,6 +392,11 @@ class LoadIC: public IC {
static const Register ReceiverRegister();
static const Register NameRegister();
+ // With flag vector-ics, there is an additional argument. And for calls from
+ // crankshaft, yet another.
+ static const Register SlotRegister();
+ static const Register VectorRegister();
+
static ExtraICState ComputeExtraICState(ContextualMode contextual_mode) {
return ContextualModeBits::encode(contextual_mode);
}
« no previous file with comments | « src/ia32/lithium-ia32.cc ('k') | src/x64/builtins-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698