Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 1078d540a66e37cfce2229fa6749b5691f2cd40d..09608e118d7fc330444b9d38d8d9bc51cb292f34 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -303,6 +303,9 @@ DEFINE_IMPLICATION(track_field_types, track_heap_object_fields) |
DEFINE_BOOL(type_profile, false, "collect type information") |
DEFINE_BOOL(feedback_normalization, false, |
"feed back normalization to constructors") |
+// TODO(jkummerow): This currently adds too much load on the stub cache. |
+DEFINE_BOOL_READONLY(internalize_on_the_fly, false, |
+ "internalize string keys for generic keyed ICs on the fly") |
// Flags for optimization types. |
DEFINE_BOOL(optimize_for_size, false, |