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

Unified Diff: runtime/bin/main.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/bin/main.cc
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
index e8615b1ffa38d9b33452e76f09c7ce7b278910e9..84ad83b69845c77fc6d4cf8dd5ab43f783c5686a 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -57,7 +57,8 @@ const uint8_t* core_isolate_snapshot_instructions = NULL;
const uint8_t* vm_snapshot_data = kDartVmSnapshotData;
const uint8_t* vm_snapshot_instructions = kDartVmSnapshotInstructions;
const uint8_t* core_isolate_snapshot_data = kDartCoreIsolateSnapshotData;
-const uint8_t* core_isolate_snapshot_instructions = kDartVmSnapshotInstructions;
+const uint8_t* core_isolate_snapshot_instructions =
+ kDartCoreIsolateSnapshotInstructions;
#endif
/**

Powered by Google App Engine
This is Rietveld 408576698