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

Unified Diff: src/heap/heap.h

Issue 1441453002: Avoid manual object's body traversal in GC. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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 | src/heap/heap.cc » ('j') | src/heap/objects-visiting.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index 92f0ded0361bc0fa9e75374b96628e6d08096ba7..625745ea5a0cc0860554b88575e7392f7bdede32 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -2363,6 +2363,7 @@ class Heap {
friend class Page;
friend class Scavenger;
friend class StoreBuffer;
+ friend class IteratePointersToFromSpaceVisitor;
// The allocator interface.
friend class Factory;
« no previous file with comments | « no previous file | src/heap/heap.cc » ('j') | src/heap/objects-visiting.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698