Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index d47e9b1aecaeb772baf40cd0142c7efd3f7d493b..2b4f72d5f3ef85e2f32ae7ecd4b9ec7154fd1530 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -545,6 +545,7 @@ DEFINE_bool(use_idle_notification, true, |
"Use idle notification to reduce memory footprint.") |
// ic.cc |
DEFINE_bool(use_ic, true, "use inline caching") |
+DEFINE_bool(js_accessor_ics, false, "create ics for js accessors") |
// macro-assembler-ia32.cc |
DEFINE_bool(native_code_counters, false, |