| Index: runtime/vm/pages.cc
|
| diff --git a/runtime/vm/pages.cc b/runtime/vm/pages.cc
|
| index aa375fa65bb502ee74bbccb6ad7f387d4880f8de..177b09159a0bcbe8839fffa65ec068345d7a0fd9 100644
|
| --- a/runtime/vm/pages.cc
|
| +++ b/runtime/vm/pages.cc
|
| @@ -35,13 +35,8 @@ DEFINE_FLAG(bool, log_code_drop, false,
|
| "Emit a log message when pointers to unused code are dropped.");
|
| DEFINE_FLAG(bool, always_drop_code, false,
|
| "Always try to drop code if the function's usage counter is >= 0");
|
| -#if defined(TARGET_ARCH_MIPS) || defined(TARGET_ARCH_ARM64)
|
| -DEFINE_FLAG(bool, concurrent_sweep, false,
|
| - "Concurrent sweep for old generation.");
|
| -#else // TARGET_ARCH_MIPS || TARGET_ARCH_ARM64
|
| DEFINE_FLAG(bool, concurrent_sweep, true,
|
| "Concurrent sweep for old generation.");
|
| -#endif // TARGET_ARCH_MIPS || TARGET_ARCH_ARM64
|
| DEFINE_FLAG(bool, log_growth, false, "Log PageSpace growth policy decisions.");
|
|
|
| HeapPage* HeapPage::Initialize(VirtualMemory* memory, PageType type) {
|
|
|