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

Unified Diff: src/flag-definitions.h

Issue 2446673002: [compiler] Put shared function marking behind a flag (Closed)
Patch Set: Rename flag and change to DCHECK 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
« no previous file with comments | « 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..8f44145054b93abae8d688ee34cd1b7b87d23ded 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(optimize_shared_functions, false,
+ "mark shared functions for optimization")
// Flags for optimization types.
DEFINE_BOOL(optimize_for_size, false,
« no previous file with comments | « src/compiler.cc ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698