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

Unified Diff: src/flag-definitions.h

Issue 398053002: Introduce FLAG_vector_ics. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Register passed in hydrogen, fixed some test failures. 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
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index d7341e61052a024b9d35133ec993705dd190f8e9..b4fa756bf9e1f0a023ca5f556cfb8bf377c100ff 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -216,6 +216,7 @@ DEFINE_bool(track_field_types, true, "track field types")
DEFINE_implication(track_field_types, track_fields)
DEFINE_implication(track_field_types, track_heap_object_fields)
DEFINE_bool(smi_binop, true, "support smi representation in binary operations")
+DEFINE_bool(vector_ics, true, "support vector-based ics")
Toon Verwaest 2014/07/18 09:52:16 false?
// Flags for optimization types.
DEFINE_bool(optimize_for_size, false,

Powered by Google App Engine
This is Rietveld 408576698