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

Unified Diff: runtime/vm/pages.h

Issue 839833003: Speedup profile generation for stress test benchmark by 176x (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | runtime/vm/pages.cc » ('j') | runtime/vm/pages.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/pages.h
diff --git a/runtime/vm/pages.h b/runtime/vm/pages.h
index 5c8d2b5e2d43e58e99db27b07ae81526093b996f..67f2086d72666b581cb62f966a667716d19c34b7 100644
--- a/runtime/vm/pages.h
+++ b/runtime/vm/pages.h
@@ -419,6 +419,8 @@ class PageSpace {
intptr_t collections_;
friend class ExclusivePageIterator;
+ friend class ExclusiveCodePageIterator;
+ friend class ExclusiveLargePageIterator;
friend class PageSpaceController;
friend class SweeperTask;
« no previous file with comments | « no previous file | runtime/vm/pages.cc » ('j') | runtime/vm/pages.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698