-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onarea-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.triagedIssue has been triaged by sub teamIssue has been triaged by sub team
Description
To support dart-lang/language#4515 various core fields have to be tagged vm:shared
. This is so that they are initialized once per isolate group to avoid initializing them for isolate group bound callback.
Among those properties is Uri? rootScript
sdk/sdk/lib/_internal/vm/bin/builtin.dart
Line 43 in 9a86ae5
Uri? _rootScript; |
So this issue tracks allowing
Uri
objects be shared, which currently is not allowed because Uri
is not trivially-shareable type.Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onarea-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.triagedIssue has been triaged by sub teamIssue has been triaged by sub team
Type
Projects
Status
No status