| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 927ce27d7cd947820cb84075429bcf9ff92c02ec..f523d103f9806bbc33264956c303164cde643129 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -700,7 +700,6 @@ 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, true, "use vectors for store ics")
|
| -DEFINE_BOOL(global_var_shortcuts, true, "use ic-less global loads and stores")
|
|
|
| // macro-assembler-ia32.cc
|
| DEFINE_BOOL(native_code_counters, false,
|
| @@ -1083,6 +1082,8 @@ DEFINE_BOOL(unbox_double_fields, V8_DOUBLE_FIELDS_UNBOXING,
|
| "enable in-object double fields unboxing (64-bit only)")
|
| DEFINE_IMPLICATION(unbox_double_fields, track_double_fields)
|
|
|
| +DEFINE_BOOL(global_var_shortcuts, false, "use ic-less global loads and stores")
|
| +
|
|
|
| // Cleanup...
|
| #undef FLAG_FULL
|
|
|