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

Unified Diff: src/types.cc

Issue 1217943004: Vector ICs: Introduce an InstanceType for the type feedback vector. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix for failing test. Created 5 years, 6 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
Index: src/types.cc
diff --git a/src/types.cc b/src/types.cc
index 1c6b84e2dc67da07ce3c809810b163bf306e2ca1..f7e7c9a457af170f9e9830254dd2f2c999df71bc 100644
--- a/src/types.cc
+++ b/src/types.cc
@@ -272,6 +272,7 @@ TypeImpl<Config>::BitsetType::Lub(i::Map* map) {
case SHARED_FUNCTION_INFO_TYPE:
case ACCESSOR_PAIR_TYPE:
case FIXED_ARRAY_TYPE:
+ case FEEDBACK_VECTOR_TYPE:
case BYTE_ARRAY_TYPE:
case FOREIGN_TYPE:
case SCRIPT_TYPE:

Powered by Google App Engine
This is Rietveld 408576698