| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index c5175145f9c47f76577c91c2ab47bd3b531459e4..588e5e7df75010fd56de7e2b44938aba6c386b86 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -4975,7 +4975,8 @@ class ContextScope : public Object {
|
|
|
| class MegamorphicCache : public Object {
|
| public:
|
| - static const int kInitialCapacity = 16;
|
| + static const intptr_t kInitialCapacity = 16;
|
| + static const intptr_t kSpreadFactor = 7;
|
| static const double kLoadFactor;
|
|
|
| RawArray* buckets() const;
|
|
|