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

Unified Diff: runtime/vm/scavenger.h

Issue 1667303002: - Move flags from heap.cc into the flag list. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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
Index: runtime/vm/scavenger.h
diff --git a/runtime/vm/scavenger.h b/runtime/vm/scavenger.h
index 11a0aa104bedeb9c8312568c53ac7d42786df7cb..c5f2b8195361997d2e7ba4c12825ef22f515560b 100644
--- a/runtime/vm/scavenger.h
+++ b/runtime/vm/scavenger.h
@@ -24,9 +24,6 @@ class Isolate;
class JSONObject;
class ScavengerVisitor;
-DECLARE_FLAG(bool, gc_at_alloc);
-
-
// Wrapper around VirtualMemory that adds caching and handles the empty case.
class SemiSpace {
public:
« no previous file with comments | « runtime/vm/heap.cc ('k') | runtime/vm/weak_code.cc » ('j') | runtime/vm/weak_code.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698