Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1992)

Unified Diff: runtime/vm/gc_marker.cc

Issue 1974873002: Disable concurrent marking/sweeping, and background compilation on ARMv5TE (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: More shuffling things around Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/flag_list.h ('k') | runtime/vm/heap_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/gc_marker.cc
diff --git a/runtime/vm/gc_marker.cc b/runtime/vm/gc_marker.cc
index cc5db20ce64187a265ec23cd2ad5d2cd8b2ecf5e..2c2643ec8295fa2778a28acc90f3af0c5ba7c41e 100644
--- a/runtime/vm/gc_marker.cc
+++ b/runtime/vm/gc_marker.cc
@@ -25,12 +25,6 @@
namespace dart {
-DEFINE_FLAG(int, marker_tasks, 2,
- "The number of tasks to spawn during old gen GC marking (0 means "
- "perform all marking on main thread).");
-DEFINE_FLAG(bool, log_marker_tasks, false,
- "Log debugging information for old gen GC marking tasks.");
-
class DelaySet {
private:
typedef std::multimap<RawObject*, RawWeakProperty*> Map;
« no previous file with comments | « runtime/vm/flag_list.h ('k') | runtime/vm/heap_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698