| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index f7b3fd0a506aac09b566b5646cb5ac21f74fb04d..8dd8d5bdb2e5469040893c07e0e7832108fe2d14 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -769,7 +769,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(tf_load_ic_stub, true, "use TF LoadIC stub")
|
| -DEFINE_BOOL_READONLY(new_load_global_ic, false,
|
| +DEFINE_BOOL_READONLY(new_load_global_ic, true,
|
| "use shortcut-style load global IC")
|
|
|
| // macro-assembler-ia32.cc
|
|
|