Chromium Code Reviews| Index: runtime/vm/pages.cc |
| =================================================================== |
| --- runtime/vm/pages.cc (revision 39601) |
| +++ runtime/vm/pages.cc (working copy) |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| +// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| @@ -33,7 +33,7 @@ |
| "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"); |
| -DEFINE_FLAG(bool, concurrent_sweep, false, |
| +DEFINE_FLAG(bool, concurrent_sweep, true, |
|
koda
2014/08/27 19:30:19
Don't commit this until you fix the other failures
|
| "Concurrent sweep for old generation."); |
| HeapPage* HeapPage::Initialize(VirtualMemory* memory, PageType type) { |