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

Unified Diff: runtime/vm/pages.cc

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.cc
diff --git a/runtime/vm/pages.cc b/runtime/vm/pages.cc
index b6f0b2ed4e283d49f9f59ba3a37f6e032ec5fa0d..0457b3d8104c22c1f838f9fefd16e77ac8c0eb19 100644
--- a/runtime/vm/pages.cc
+++ b/runtime/vm/pages.cc
@@ -161,7 +161,7 @@ PageSpace::PageSpace(Heap* heap,
tasks_lock_(new Monitor()),
tasks_(0),
#if defined(DEBUG)
- is_iterating_(false),
+ iterating_thread_(NULL),
#endif
page_space_controller_(heap,
FLAG_old_gen_growth_space_ratio,

Powered by Google App Engine
This is Rietveld 408576698