Index: src/flag-definitions.h |
=================================================================== |
--- src/flag-definitions.h (revision 369) |
+++ src/flag-definitions.h (working copy) |
@@ -154,6 +154,9 @@ |
DEFINE_bool(cleanup_caches_in_maps_at_gc, true, |
"Flush code caches in maps during mark compact cycle.") |
+DEFINE_bool(canonicalize_object_literal_maps, true, |
+ "Canonicalize maps for object literals.") |
+ |
// mksnapshot.cc |
DEFINE_bool(h, false, "print this message") |