Enable loads and stores to global vars through property cell shortcuts installed...
authorishell <ishell@chromium.org>
Thu, 10 Sep 2015 14:21:18 +0000 (07:21 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 10 Sep 2015 14:21:38 +0000 (14:21 +0000)
Review URL: https://codereview.chromium.org/1330213003

Cr-Commit-Position: refs/heads/master@{#30684}

src/flag-definitions.h

index 5457008..850208b 100644 (file)
@@ -698,7 +698,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(vector_stores, false, "use vectors for store ics")
-DEFINE_BOOL(global_var_shortcuts, false, "use ic-less global loads and stores")
+DEFINE_BOOL(global_var_shortcuts, true, "use ic-less global loads and stores")
 
 // macro-assembler-ia32.cc
 DEFINE_BOOL(native_code_counters, false,