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

Unified Diff: runtime/vm/megamorphic_cache_table.cc

Issue 2902313004: CoreJIT snapshots without training. (Closed)
Patch Set: . Created 3 years, 7 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
Index: runtime/vm/megamorphic_cache_table.cc
diff --git a/runtime/vm/megamorphic_cache_table.cc b/runtime/vm/megamorphic_cache_table.cc
index 33df09af56af61d5ac5874b9e8e62a0fe1d30a5a..3008fae113cd8f0d6d921b110e9bf8f8bb079043 100644
--- a/runtime/vm/megamorphic_cache_table.cc
+++ b/runtime/vm/megamorphic_cache_table.cc
@@ -73,7 +73,7 @@ void MegamorphicCacheTable::InitMissHandler(Isolate* isolate) {
function.set_is_debuggable(false);
function.set_is_visible(false);
function.AttachCode(code); // Has a single entry point, as a static function.
- // For inclusion in Snapshot::kAppJIT.
+ // For inclusion in Snapshot::kFullJIT.
function.set_unoptimized_code(code);
ASSERT(isolate->object_store()->megamorphic_miss_function() ==
« runtime/include/dart_api.h ('K') | « runtime/vm/flag_list.h ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698