Reviewers: Jakob,
Description:
Disable --global-var-shortcuts.
[email protected]
BUG=chromium:517778
LOG=Y
Please review this at https://codereview.chromium.org/1278353002/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+1, -1 lines):
M src/flag-definitions.h
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index
aec048dade461325c7fa0f369d3ba491e0dc263b..5e4316116c01cdc5a11f32813cdf1549b77338fe
100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -678,7 +678,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, true, "use ic-less global loads and
stores")
+DEFINE_BOOL(global_var_shortcuts, false, "use ic-less global loads and
stores")
// macro-assembler-ia32.cc
DEFINE_BOOL(native_code_counters, false,
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.