| Index: src/store-buffer.h
|
| diff --git a/src/store-buffer.h b/src/store-buffer.h
|
| index 3a865185e307d07412671a34e8e9831907c408e5..c354d360a9055276d2be939b93c385022ae0c42f 100644
|
| --- a/src/store-buffer.h
|
| +++ b/src/store-buffer.h
|
| @@ -84,7 +84,7 @@ class StoreBuffer {
|
| static const int kStoreBufferOverflowBit = 1 << 16;
|
| static const int kStoreBufferSize = kStoreBufferOverflowBit;
|
| static const int kStoreBufferLength = kStoreBufferSize / sizeof(Address);
|
| - static const int kOldStoreBufferLength = kStoreBufferLength * 64;
|
| + static const int kOldStoreBufferLength = kStoreBufferLength * 16;
|
| static const int kHashMapLengthLog2 = 12;
|
| static const int kHashMapLength = 1 << kHashMapLengthLog2;
|
|
|
|
|