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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 9414003: Initial implementation of a flow-graph builder for Dart's AST. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rely on assumption that code can reach both branches of a condition. Created 8 years, 10 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 | « runtime/vm/stack_frame_ia32.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/vm_sources.gypi
diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi
index b0879fd45c73774d73209b9f807c14275d0686e4..ef48a4d95876fb902bee7fa4827f118653f93013 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -110,6 +110,8 @@
'flags.cc',
'flags.h',
'flags_test.cc',
+ 'flow_graph_builder.cc',
+ 'flow_graph_builder.h',
'freelist.cc',
'freelist.h',
'freelist_test.cc',
@@ -129,8 +131,8 @@
'heap.cc',
'heap.h',
'heap_test.cc',
- 'ic_data.h',
'ic_data.cc',
+ 'ic_data.h',
'ic_data_test.cc',
'instructions.h',
'instructions_ia32.cc',
@@ -139,10 +141,12 @@
'instructions_x64.cc',
'instructions_x64.h',
'instructions_x64_test.cc',
+ 'intermediate_language.cc',
+ 'intermediate_language.h',
'intrinsifier.h',
+ 'intrinsifier_arm.cc',
'intrinsifier_ia32.cc',
'intrinsifier_x64.cc',
- 'intrinsifier_arm.cc',
'isolate.cc',
'isolate.h',
'isolate_test.cc',
« no previous file with comments | « runtime/vm/stack_frame_ia32.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698