Commit 55621742 authored by leszeks's avatar leszeks Committed by Commit bot

[compiler] Enable shared function marking by default

BUG=v8:5512

Review-Url: https://codereview.chromium.org/2491773006
Cr-Commit-Position: refs/heads/master@{#40920}
parent bad42b38
......@@ -269,7 +269,7 @@ DEFINE_BOOL(track_field_types, true, "track field types")
DEFINE_IMPLICATION(track_field_types, track_fields)
DEFINE_IMPLICATION(track_field_types, track_heap_object_fields)
DEFINE_BOOL(smi_binop, true, "support smi representation in binary operations")
DEFINE_BOOL(mark_shared_functions_for_tier_up, false,
DEFINE_BOOL(mark_shared_functions_for_tier_up, true,
"mark shared functions for tier up")
// Flags for optimization types.
......
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