Chromium Code Reviews| Index: runtime/vm/snapshot.cc |
| diff --git a/runtime/vm/snapshot.cc b/runtime/vm/snapshot.cc |
| index 0098bb7e6fe446e05b2436e328c0224900f52454..51e551140aa46197f33016560127835cff4457d3 100644 |
| --- a/runtime/vm/snapshot.cc |
| +++ b/runtime/vm/snapshot.cc |
| @@ -29,7 +29,7 @@ |
| namespace dart { |
| -static const int kNumInitialReferences = 64; |
| +static const int kNumInitialReferences = 32; |
| static bool IsSingletonClassId(intptr_t class_id) { |