Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: src/flag-definitions.h

Issue 2448933002: [compiler] Make SFI "optimize" flag a "tier up" flag (Closed)
Patch Set: Rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 8f44145054b93abae8d688ee34cd1b7b87d23ded..8e636b8222ac12a32f8f28efaffe3d255778f0b4 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -275,7 +275,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(optimize_shared_functions, false,
+DEFINE_BOOL(tier_up_shared_functions, false,
"mark shared functions for optimization")
rmcilroy 2016/10/26 15:07:59 Update description. Also how about mark_shared_fun
Leszek Swirski 2016/10/27 09:40:20 Done.
// Flags for optimization types.

Powered by Google App Engine
This is Rietveld 408576698