Index: runtime/lib/linked_hash_map.cc |
=================================================================== |
--- runtime/lib/linked_hash_map.cc (revision 43939) |
+++ runtime/lib/linked_hash_map.cc (working copy) |
@@ -14,7 +14,7 @@ |
namespace dart { |
DEFINE_FLAG(bool, use_internal_hash_map, false, "Use internal hash map."); |
-DEFINE_FLAG(bool, use_compact_hash, false, "Use compact hash map and set."); |
+DEFINE_FLAG(bool, use_compact_hash, true, "Use compact hash map and set."); |
DEFINE_NATIVE_ENTRY(LinkedHashMap_allocate, 1) { |
const TypeArguments& type_arguments = |