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

Unified Diff: src/vm/vm.gyp

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
« src/vm/immutable_heap.h ('K') | « src/vm/object_memory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/vm.gyp
diff --git a/src/vm/vm.gyp b/src/vm/vm.gyp
index 700da5c3f6c9a187e8827e6515a04be5a0282767..cc2431ae338b17736639b59bf53988c779ccbeb1 100644
--- a/src/vm/vm.gyp
+++ b/src/vm/vm.gyp
@@ -32,6 +32,7 @@
'fletch_api_impl.cc',
'heap.cc',
'heap_validator.cc',
+ 'immutable_heap.cc',
'gc_thread.cc',
'interpreter.cc',
'intrinsics.cc',
« src/vm/immutable_heap.h ('K') | « src/vm/object_memory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698