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

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

Issue 2579413002: Revert "Save and restore feedback from JIT." (Closed)
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « runtime/vm/version_in.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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'intrinsifier_mips.cc', 262 'intrinsifier_mips.cc',
263 'intrinsifier_x64.cc', 263 'intrinsifier_x64.cc',
264 'isolate.cc', 264 'isolate.cc',
265 'isolate.h', 265 'isolate.h',
266 'isolate_reload.cc', 266 'isolate_reload.cc',
267 'isolate_reload.h', 267 'isolate_reload.h',
268 'isolate_reload_test.cc', 268 'isolate_reload_test.cc',
269 'isolate_test.cc', 269 'isolate_test.cc',
270 'jit_optimizer.cc', 270 'jit_optimizer.cc',
271 'jit_optimizer.h', 271 'jit_optimizer.h',
272 'json_parser.h',
273 'json_stream.h', 272 'json_stream.h',
274 'json_stream.cc', 273 'json_stream.cc',
275 'json_test.cc', 274 'json_test.cc',
276 'kernel_isolate.cc', 275 'kernel_isolate.cc',
277 'kernel_isolate.h', 276 'kernel_isolate.h',
278 'locations.cc', 277 'locations.cc',
279 'locations.h', 278 'locations.h',
280 'lockers.cc', 279 'lockers.cc',
281 'lockers.h', 280 'lockers.h',
282 'log_test.cc', 281 'log_test.cc',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'pages.h', 357 'pages.h',
359 'pages_test.cc', 358 'pages_test.cc',
360 'parser.cc', 359 'parser.cc',
361 'parser.h', 360 'parser.h',
362 'parser_test.cc', 361 'parser_test.cc',
363 'port.cc', 362 'port.cc',
364 'port.h', 363 'port.h',
365 'port_test.cc', 364 'port_test.cc',
366 'precompiler.cc', 365 'precompiler.cc',
367 'precompiler.h', 366 'precompiler.h',
368 'program_visitor.cc',
369 'program_visitor.h',
370 'kernel.h', 367 'kernel.h',
371 'kernel.cc', 368 'kernel.cc',
372 'kernel_binary.cc', 369 'kernel_binary.cc',
373 'kernel_to_il.cc', 370 'kernel_to_il.cc',
374 'kernel_to_il.h', 371 'kernel_to_il.h',
375 'kernel_reader.h', 372 'kernel_reader.h',
376 'kernel_reader.cc', 373 'kernel_reader.cc',
377 'proccpuinfo.cc', 374 'proccpuinfo.cc',
378 'proccpuinfo.h', 375 'proccpuinfo.h',
379 'profiler_service.cc', 376 'profiler_service.cc',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 'visitor.h', 543 'visitor.h',
547 'weak_code.cc', 544 'weak_code.cc',
548 'weak_code.h', 545 'weak_code.h',
549 'weak_table.cc', 546 'weak_table.cc',
550 'weak_table.h', 547 'weak_table.h',
551 'zone.cc', 548 'zone.cc',
552 'zone.h', 549 'zone.h',
553 'zone_test.cc', 550 'zone_test.cc',
554 ], 551 ],
555 } 552 }
OLDNEW
« no previous file with comments | « runtime/vm/version_in.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698