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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 2562693003: 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 side-by-side diff with in-line comments
Download patch
« runtime/vm/precompiler.cc ('K') | « runtime/vm/version_in.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 990a486ca5c0b5a15df38f361d6a5cdec6154e16..9b1d27c657620f02fc255efe2c912009ec978573 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -269,6 +269,7 @@
'isolate_test.cc',
'jit_optimizer.cc',
'jit_optimizer.h',
+ 'json_parser.h',
'json_stream.h',
'json_stream.cc',
'json_test.cc',
@@ -364,6 +365,8 @@
'port_test.cc',
'precompiler.cc',
'precompiler.h',
+ 'program_visitor.cc',
+ 'program_visitor.h',
'kernel.h',
'kernel.cc',
'kernel_binary.cc',
« runtime/vm/precompiler.cc ('K') | « runtime/vm/version_in.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698