| Index: src/heap.h
|
| ===================================================================
|
| --- src/heap.h (revision 8267)
|
| +++ src/heap.h (working copy)
|
| @@ -1338,12 +1338,12 @@
|
| // more expedient to get at the isolate directly from within Heap methods.
|
| Isolate* isolate_;
|
|
|
| + intptr_t code_range_size_;
|
| int reserved_semispace_size_;
|
| int max_semispace_size_;
|
| int initial_semispace_size_;
|
| intptr_t max_old_generation_size_;
|
| intptr_t max_executable_size_;
|
| - intptr_t code_range_size_;
|
|
|
| // For keeping track of how much data has survived
|
| // scavenge since last new space expansion.
|
| @@ -1508,8 +1508,6 @@
|
| bool PerformGarbageCollection(GarbageCollector collector,
|
| GCTracer* tracer);
|
|
|
| - static const intptr_t kMinimumPromotionLimit = 2 * MB;
|
| - static const intptr_t kMinimumAllocationLimit = 8 * MB;
|
|
|
| inline void UpdateOldSpaceLimits();
|
|
|
|
|