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

Unified Diff: runtime/vm/snapshot_test.cc

Issue 1915853004: Option to output precompiled instructions as a blob for use with mmap instead of assembly for use i… (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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/snapshot.cc ('k') | tools/testing/dart/compiler_configuration.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/snapshot_test.cc
diff --git a/runtime/vm/snapshot_test.cc b/runtime/vm/snapshot_test.cc
index 573addf1b36868ff64fcda061aecaea30a9f3d79..bf15a61574aa59ddf1d4be3ddba3f00c562b9810 100644
--- a/runtime/vm/snapshot_test.cc
+++ b/runtime/vm/snapshot_test.cc
@@ -1186,8 +1186,8 @@ UNIT_TEST_CASE(FullSnapshot) {
{
FullSnapshotWriter writer(NULL,
&isolate_snapshot_buffer,
- NULL, /* instructions_snapshot_buffer */
&malloc_allocator,
+ NULL, /* instructions_writer */
false, /* snapshot_code */
true);
writer.WriteFullSnapshot();
@@ -1247,8 +1247,8 @@ UNIT_TEST_CASE(FullSnapshot1) {
{
FullSnapshotWriter writer(NULL,
&isolate_snapshot_buffer,
- NULL, /* instructions_snapshot_buffer */
&malloc_allocator,
+ NULL, /* instructions_writer */
false, /* snapshot_code */
true /* vm_isolate_is_symbolic */);
writer.WriteFullSnapshot();
« no previous file with comments | « runtime/vm/snapshot.cc ('k') | tools/testing/dart/compiler_configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698