projects
/
platform
/
upstream
/
v8.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
071d03a
)
Enable loads and stores to global vars through property cell shortcuts installed...
author
ishell
<ishell@chromium.org>
Thu, 10 Sep 2015 14:21:18 +0000
(07:21 -0700)
committer
Commit 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
patch
|
blob
|
history
diff --git
a/src/flag-definitions.h
b/src/flag-definitions.h
index 54570084b7e385545748970eb04c74a8ca59cbc3..850208bf603e8f6c0ed9561fba1d0d0061dde40c 100644
(file)
--- a/
src/flag-definitions.h
+++ b/
src/flag-definitions.h
@@
-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,
fals
e, "use ic-less global loads and stores")
+DEFINE_BOOL(global_var_shortcuts,
tru
e, "use ic-less global loads and stores")
// macro-assembler-ia32.cc
DEFINE_BOOL(native_code_counters, false,