Reviewers: Toon Verwaest,

Message:
PTAL

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

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

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 28174231ff5d623c286f4073fcdceea319898e3d..9018a0242daab5019821d89ef5619ef96b4f34b0 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -665,7 +665,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