Reviewers: Hablich,
Description:
Reland^3 "Enable loads and stores to global vars through property cell
shortcuts
installed into par... (patchset #1 id:1 of
https://codereview.chromium.org/1254723004/)"
This reverts commit 2c16d81b256ed664c376342313558a37bbce0131.
[email protected]
Please review this at https://codereview.chromium.org/1261533004/
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
07e6082c72eff22c486fdf795a7b81028b0bbb7d..acc7edaa6eb1a638fdf71bd370d063d224823395
100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -677,7 +677,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,
--
--
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.