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

Unified Diff: runtime/vm/pages.h

Issue 1282423003: Enable iterating over roots from helper threads by moving stack walking. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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/pages.h
diff --git a/runtime/vm/pages.h b/runtime/vm/pages.h
index ca10ee0f5e8f8e68118d1f92961b2bd8c6333923..cb5c1dc2b8b511b3ff4c6669f0b9f95b7b5a837c 100644
--- a/runtime/vm/pages.h
+++ b/runtime/vm/pages.h
@@ -427,7 +427,7 @@ class PageSpace {
Monitor* tasks_lock_;
intptr_t tasks_;
#if defined(DEBUG)
- bool is_iterating_;
+ Thread* iterating_thread_;
#endif
PageSpaceController page_space_controller_;

Powered by Google App Engine
This is Rietveld 408576698