Chromium Code Reviews| Index: src/base/build_config.h |
| diff --git a/src/base/build_config.h b/src/base/build_config.h |
| index bdee4b44a1533f8954c941c41dbb196dcf756c13..3dc51f57018f54f426066ce2f0504ee76b7e52ef 100644 |
| --- a/src/base/build_config.h |
| +++ b/src/base/build_config.h |
| @@ -149,4 +149,8 @@ |
| #define USING_BSD_ABI |
| #endif |
| +// Number of bits to represent the page size for paged spaces. The value of 20 |
| +// gives 1Mb bytes per page. |
| +const int kPageSizeBits = 20; |
| + |
| #endif // V8_BASE_BUILD_CONFIG_H_ |