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

Unified Diff: runtime/bin/main.cc

Issue 1992703005: Add test harness option for app snapshots with unoptimized code. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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 5ab2826b7c234f4a652952479435fcfd1a7e2477..8823eda622710ef676968266ae0ddd1836286a78 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -1232,7 +1232,7 @@ static void GeneratePrecompiledJITSnapshot() {
intptr_t instructions_blob_size = 0;
uint8_t* rodata_blob_buffer = NULL;
intptr_t rodata_blob_size = 0;
- Dart_Handle result = Dart_CreatePrecompiledJITSnapshotBlob(
+ Dart_Handle result = Dart_CreateAppJITSnapshot(
&vm_isolate_buffer,
&vm_isolate_size,
&isolate_buffer,
« no previous file with comments | « pkg/pkg.status ('k') | runtime/include/dart_api.h » ('j') | tests/co19/co19-runtime.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698