We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5f983 commit 64e407bCopy full SHA for 64e407b
runtime/vm/clustered_snapshot.cc
@@ -4570,12 +4570,6 @@ void Serializer::Push(RawObject* object) {
4570
}
4571
#endif // !DART_PRECOMPILED_RUNTIME
4572
4573
- if (object->IsSendPort()) {
4574
- // TODO(rmacnak): Do a better job of resetting fields in precompilation
4575
- // and assert this is unreachable.
4576
- return; // Do not trace, will write null.
4577
- }
4578
-
4579
intptr_t id = heap_->GetObjectId(object);
4580
if (id == 0) {
4581
// When discovering the transitive closure of objects reachable from the
0 commit comments