Revert of Enable loads and stores to global vars through property cell shortcuts installed into parent script… (patchset #1 id:1 of https://codereview.chromium.org/1237603002/)
Reason for revert: [Sheriff] This changes lots of layout tests. See comment on CL. Original issue's description: > Enable loads and stores to global vars through property cell shortcuts installed into parent script context. > > Committed: https://crrev.com/cd61b047f1ab92c353a629556f9d3ad571ace1b1 > Cr-Commit-Position: refs/heads/master@{#29595} TBR=verwaest@chromium.org,ishell@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1236863002 Cr-Commit-Position: refs/heads/master@{#29599}
This commit is contained in:
parent
6211e16604
commit
fbea729b70
@ -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, 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,
|
||||
|
Loading…
Reference in New Issue
Block a user