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

Unified Diff: runtime/vm/gc_marker.h

Issue 9605033: Implement a garbage collection prologue and epilogue callback mechanism. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix a comment Created 8 years, 9 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/gc_marker.h
diff --git a/runtime/vm/gc_marker.h b/runtime/vm/gc_marker.h
index b353e9a94d1fa7e2f5fe922de2eebbebdfa0bb4e..43eb47248d0877253ce2f6815b1981e512b32b0e 100644
--- a/runtime/vm/gc_marker.h
+++ b/runtime/vm/gc_marker.h
@@ -28,6 +28,7 @@ class GCMarker : public ValueObject {
private:
void Prologue(Isolate* isolate);
+ void Epilogue(Isolate* isolate);
void IterateRoots(Isolate* isolate, ObjectPointerVisitor* visitor);
void IterateWeakRoots(Isolate* isolate, HandleVisitor* visitor);
void IterateWeakReferences(Isolate* isolate, MarkingVisitor* visitor);

Powered by Google App Engine
This is Rietveld 408576698