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

Unified Diff: src/incremental-marking.h

Issue 7867040: Reduce imprecision of incremental marking. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Created 9 years, 3 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: src/incremental-marking.h
diff --git a/src/incremental-marking.h b/src/incremental-marking.h
index 32faaa89615f340608672d87c24f10e7d18e54c8..34fe0bbb2c2dc07cbef802e325397c77275e810e 100644
--- a/src/incremental-marking.h
+++ b/src/incremental-marking.h
@@ -218,6 +218,8 @@ class IncrementalMarking {
void EnsureMarkingDequeIsCommitted();
+ void VisitGlobalContext(Context* ctx, ObjectVisitor* v);
+
Heap* heap_;
State state_;
« no previous file with comments | « src/heap.cc ('k') | src/incremental-marking.cc » ('j') | src/incremental-marking.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698