Chromium Code Reviews| 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; |
|
Erik Corry
2011/07/15 21:37:33
Merge artifact?
Lasse Reichstein
2011/08/01 12:40:33
No, out of memory error with larger value.
|
| static const int kHashMapLengthLog2 = 12; |
| static const int kHashMapLength = 1 << kHashMapLengthLog2; |