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

Unified Diff: src/incremental-marking.h

Issue 6597104: Move IncrementalRecordWrite to a stub. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Created 9 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: src/incremental-marking.h
diff --git a/src/incremental-marking.h b/src/incremental-marking.h
index 107441915788af5b9e086282b0dd8ee24c2576eb..f28657d1c17e3873d85656370b03736419a4fc53 100644
--- a/src/incremental-marking.h
+++ b/src/incremental-marking.h
@@ -52,6 +52,8 @@ class IncrementalMarking : public AllStatic {
static inline bool IsStopped() { return state() == STOPPED; }
+ static bool WorthActivating();
+
static void Start();
static void Stop();

Powered by Google App Engine
This is Rietveld 408576698