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

Unified Diff: src/heap/spaces.h

Issue 1354383002: [heap] Add more tasks for parallel compaction (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Turn on parallel compaction Created 5 years, 3 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/heap/spaces.h
diff --git a/src/heap/spaces.h b/src/heap/spaces.h
index b8fc9b7efe0845d4852b6660c8465abdda18f115..70e31af6442208f3920751f856ef4f3704fece7b 100644
--- a/src/heap/spaces.h
+++ b/src/heap/spaces.h
@@ -1631,6 +1631,8 @@ class FreeList {
intptr_t Concatenate(FreeList* free_list);
+ void Divide(FreeList** other_free_lists, int num, intptr_t limit);
Hannes Payer (out of office) 2015/09/23 07:26:03 This code should be mentioned in the CL descriptio
Hannes Payer (out of office) 2015/09/23 07:26:03 Add a description what divide is doing.
Michael Lippautz 2015/09/23 07:40:50 Done.
Michael Lippautz 2015/09/23 07:40:50 Done.
+
// Clear the free list.
void Reset();
« src/heap/mark-compact.cc ('K') | « src/heap/mark-compact.cc ('k') | src/heap/spaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698