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

Side by Side Diff: runtime/vm/vm_sources.gypi

Issue 10702067: - Separate store buffer data in the isolate into the StoreBufferBlock and (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « runtime/vm/stub_code_x64.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # This file contains all sources (vm and tests) for the dart virtual machine. 5 # This file contains all sources (vm and tests) for the dart virtual machine.
6 # Unit test files need to have a '_test' suffix appended to the name. 6 # Unit test files need to have a '_test' suffix appended to the name.
7 { 7 {
8 'sources': [ 8 'sources': [
9 'allocation.cc', 9 'allocation.cc',
10 'allocation.h', 10 'allocation.h',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'gc_sweeper.h', 139 'gc_sweeper.h',
140 'gdbjit_linux.cc', 140 'gdbjit_linux.cc',
141 'gdbjit_linux.h', 141 'gdbjit_linux.h',
142 'globals.h', 142 'globals.h',
143 'growable_array.h', 143 'growable_array.h',
144 'growable_array_test.cc', 144 'growable_array_test.cc',
145 'handles.cc', 145 'handles.cc',
146 'handles.h', 146 'handles.h',
147 'handles_impl.h', 147 'handles_impl.h',
148 'handles_test.cc', 148 'handles_test.cc',
149 'hash_set.h',
149 'heap.cc', 150 'heap.cc',
150 'heap.h', 151 'heap.h',
151 'heap_profiler.cc', 152 'heap_profiler.cc',
152 'heap_profiler.h', 153 'heap_profiler.h',
153 'heap_profiler_test.cc', 154 'heap_profiler_test.cc',
154 'heap_test.cc', 155 'heap_test.cc',
155 'il_printer.cc', 156 'il_printer.cc',
156 'il_printer.h', 157 'il_printer.h',
157 'instructions.h', 158 'instructions.h',
158 'instructions_ia32.cc', 159 'instructions_ia32.cc',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'virtual_memory_test.cc', 284 'virtual_memory_test.cc',
284 'virtual_memory_win.cc', 285 'virtual_memory_win.cc',
285 'verifier.cc', 286 'verifier.cc',
286 'verifier.h', 287 'verifier.h',
287 'visitor.h', 288 'visitor.h',
288 'zone.cc', 289 'zone.cc',
289 'zone.h', 290 'zone.h',
290 'zone_test.cc', 291 'zone_test.cc',
291 ], 292 ],
292 } 293 }
OLDNEW
« no previous file with comments | « runtime/vm/stub_code_x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698