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

Unified Diff: src/flag-definitions.h

Issue 2446673002: [compiler] Put shared function marking behind a flag (Closed)
Patch Set: 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
« src/compiler.cc ('K') | « src/compiler.cc ('k') | src/objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index d6ad3c6f3b44815c0df69df44275449199a8d10b..1c6b25f924b4e08f64e56732f649380a6f28fa81 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -275,6 +275,8 @@ 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, false,
Michael Starzinger 2016/10/25 10:38:24 nit: The word "mark" is very much used for the GC
Leszek Swirski 2016/10/25 10:56:10 Sure, done, though I may rename it again in the fo
Michael Starzinger 2016/10/25 12:05:13 Acknowledged. Yes, "tier up" also works for me. To
+ "mark shared functions for optimization")
// Flags for optimization types.
DEFINE_BOOL(optimize_for_size, false,
« src/compiler.cc ('K') | « src/compiler.cc ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698