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

Unified Diff: src/vm/heap.h

Issue 1263043007: Add ImmutableHeap class consisting of parts (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Addressed comments, merged other CL about allocation budget in space 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
« no previous file with comments | « no previous file | src/vm/immutable_heap.h » ('j') | src/vm/immutable_heap.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/heap.h
diff --git a/src/vm/heap.h b/src/vm/heap.h
index 72a25225395d3855bd00dc1d8c0cbb1ec9fbbb5f..0df59322141aeac0f024482de4812bb6cbaef596 100644
--- a/src/vm/heap.h
+++ b/src/vm/heap.h
@@ -117,6 +117,7 @@ class Heap {
private:
friend class ExitReference;
+ friend class ImmutableHeap;
Heap(Space* existing_space, WeakPointer* weak_pointers);
Object* CreateStringInternal(Class* the_class, int length, bool clear,
« no previous file with comments | « no previous file | src/vm/immutable_heap.h » ('j') | src/vm/immutable_heap.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698