Commit 46a9322e authored by ishell's avatar ishell Committed by Commit bot

[stubs] Enable TurboFan LoadIC dispatcher stub.

Review-Url: https://codereview.chromium.org/2033943005
Cr-Commit-Position: refs/heads/master@{#36760}
parent 941524f8
......@@ -764,7 +764,7 @@ DEFINE_BOOL(use_idle_notification, true,
// ic.cc
DEFINE_BOOL(use_ic, true, "use inline caching")
DEFINE_BOOL(trace_ic, false, "trace inline cache state transitions")
DEFINE_BOOL(tf_load_ic_stub, false, "use TF LoadIC stub")
DEFINE_BOOL(tf_load_ic_stub, true, "use TF LoadIC stub")
// macro-assembler-ia32.cc
DEFINE_BOOL(native_code_counters, false,
......
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