| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 80dc5b5ff1ecc188c91344db131de2ca46695da5..a1cb4d22bef229aef7dffe7ce85807a1791c0733 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -627,16 +627,6 @@ class Heap {
|
| static const int kMaxOldSpaceSizeHighMemoryDevice = 512 * kPointerMultiplier;
|
| static const int kMaxOldSpaceSizeHugeMemoryDevice = 1024 * kPointerMultiplier;
|
|
|
| - // The executable size has to be a multiple of Page::kPageSize.
|
| - // Sizes are in MB.
|
| - static const int kMaxExecutableSizeLowMemoryDevice = 96 * kPointerMultiplier;
|
| - static const int kMaxExecutableSizeMediumMemoryDevice =
|
| - 192 * kPointerMultiplier;
|
| - static const int kMaxExecutableSizeHighMemoryDevice =
|
| - 256 * kPointerMultiplier;
|
| - static const int kMaxExecutableSizeHugeMemoryDevice =
|
| - 256 * kPointerMultiplier;
|
| -
|
| static const int kTraceRingBufferSize = 512;
|
| static const int kStacktraceBufferSize = 512;
|
|
|
|
|