Commit b6aa77d9 authored by ishell's avatar ishell Committed by Commit bot

[ic] Enable new LoadGlobalIC machinery.

BUG=chromium:576312
LOG=Y

Review-Url: https://codereview.chromium.org/2066763004
Cr-Commit-Position: refs/heads/master@{#37006}
parent 9df23510
......@@ -770,7 +770,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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment