Reviewers: Igor Sheludko,

Description:
Reland^2 "Enable loads and stores to global vars through property cell shortcuts
installed into parent script context".

This reverts commit 362b378501ac2220655e16f49c6d1aa734e657f4.

[email protected]
BUG=

Please review this at https://codereview.chromium.org/1254723004/

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 17d824f2693cd8d373c3d38f134c55da73b72229..1ca77b1a6578d0b12d7fca6c794ee40962a627c5 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -673,7 +673,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.

Reply via email to