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

Unified Diff: vm/vm_sources.gypi

Issue 8787012: - Add free list to be used for sweep phase of mark-sweep collector. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: '' Created 9 years 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
« vm/freelist.cc ('K') | « vm/raw_object.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/vm_sources.gypi
===================================================================
--- vm/vm_sources.gypi (revision 2052)
+++ vm/vm_sources.gypi (working copy)
@@ -103,6 +103,9 @@
'flags.cc',
'flags.h',
'flags_test.cc',
+ 'freelist.cc',
+ 'freelist.h',
+ 'freelist_test.cc',
'gc_marker.cc',
'gc_marker.h',
'gdbjit_linux.cc',
« vm/freelist.cc ('K') | « vm/raw_object.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698