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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 1732483002: Rename FlowGraphOptimizer -> JitOptimizer, clean up optimizer code. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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/jit_optimizer.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 f21951b0a46f813bfa4c3c982e964da23d0fa699..ee08b98c67156830c971c0357f967f100208d462 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -185,8 +185,6 @@
'flow_graph_compiler_x64.cc',
'flow_graph_inliner.cc',
'flow_graph_inliner.h',
- 'flow_graph_optimizer.cc',
- 'flow_graph_optimizer.h',
'flow_graph_range_analysis.cc',
'flow_graph_range_analysis.h',
'flow_graph_range_analysis_test.cc',
@@ -250,6 +248,8 @@
'isolate.cc',
'isolate.h',
'isolate_test.cc',
+ 'jit_optimizer.cc',
+ 'jit_optimizer.h',
'json_stream.h',
'json_stream.cc',
'json_test.cc',
« no previous file with comments | « runtime/vm/jit_optimizer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698