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

Unified Diff: runtime/vm/gc_sweeper.h

Issue 649743002: - Fine grain locking of free list when sweeping concurrently. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 2 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/gc_sweeper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/gc_sweeper.h
===================================================================
--- runtime/vm/gc_sweeper.h (revision 41045)
+++ runtime/vm/gc_sweeper.h (working copy)
@@ -26,7 +26,7 @@
// Sweep the memory area for the page while clearing the mark bits and adding
// all the unmarked objects to the pre-locked freelist.
koda 2014/10/10 18:38:01 Update comment. Also clarify that when page is un
Ivan Posva 2014/10/10 20:47:41 Done.
// Returns true if the page is in use.
- bool SweepPage(HeapPage* page, FreeList* freelist);
+ bool SweepPage(HeapPage* page, FreeList* freelist, bool locked);
// Returns the number of words from page->object_start() to the end of the
// last marked object.
« no previous file with comments | « no previous file | runtime/vm/gc_sweeper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698