Index: runtime/vm/object.cc |
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc |
index b4ab952bf2dd79666937d77e737a2a5c395ab4e5..d24cf7c48cdfc6b987f6e9c3bbbf03f3be22eb75 100644 |
--- a/runtime/vm/object.cc |
+++ b/runtime/vm/object.cc |
@@ -165,7 +165,7 @@ RawClass* Object::unhandled_exception_class_ = |
RawClass* Object::unwind_error_class_ = reinterpret_cast<RawClass*>(RAW_NULL); |
-const double MegamorphicCache::kLoadFactor = 0.75; |
+const double MegamorphicCache::kLoadFactor = 0.50; |
static void AppendSubString(Zone* zone, |