Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 7187b5a56335b72e00045452990bf046749755af..bc231874cf5279c3a5564f09383fcc2644517105 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -802,7 +802,7 @@ DEFINE_BOOL(use_idle_notification, true, |
DEFINE_BOOL(use_ic, true, "use inline caching") |
DEFINE_BOOL(trace_ic, false, "trace inline cache state transitions") |
DEFINE_BOOL(tf_load_ic_stub, true, "use TF LoadIC stub") |
-DEFINE_BOOL(tf_store_ic_stub, false, "use TF StoreIC stub") |
+DEFINE_BOOL(tf_store_ic_stub, true, "use TF StoreIC stub") |
// macro-assembler-ia32.cc |
DEFINE_BOOL(native_code_counters, false, |