| Index: runtime/vm/dart_api_impl.cc
|
| diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc
|
| index e64ea44870f0a948f1c89c004a3e25d26d379469..b92d5572779f28e8e5e4ab677316621b60e91c8a 100644
|
| --- a/runtime/vm/dart_api_impl.cc
|
| +++ b/runtime/vm/dart_api_impl.cc
|
| @@ -6811,6 +6811,7 @@ Dart_CreateAppJITSnapshotAsBlobs(uint8_t** isolate_snapshot_data_buffer,
|
| }
|
| I->StopBackgroundCompiler();
|
|
|
| + ProgramVisitor::Dedup();
|
| Symbols::Compact(I);
|
|
|
| NOT_IN_PRODUCT(TimelineDurationScope tds2(T, Timeline::GetIsolateStream(),
|
|
|