| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 705bd5f0598759e1c2f77b448d5bea6c16cff453..6fb429ae7d6e6280e13ac750bcf1da95eddd33b9 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -1791,6 +1791,10 @@ class Heap {
|
| // last GC.
|
| bool old_gen_exhausted_;
|
|
|
| + // Indicates that memory usage is more important than latency.
|
| + // TODO(ulan): Merge it with memory reducer once chromium:490559 is fixed.
|
| + bool optimize_for_memory_usage_;
|
| +
|
| // Indicates that inline bump-pointer allocation has been globally disabled
|
| // for all spaces. This is used to disable allocations in generated code.
|
| bool inline_allocation_disabled_;
|
|
|