Closed a-siva closed 8 years ago
cc @justinfagnani. Added Area-Library, Library-Isolates, Triaged labels.
This comment was originally written by antonm@google.com
Siva,
If VM can do source code reinjection for us, that'd be great---we have enough logic around that.
When spawning not DOM enabled isolate Dartium still performs some Dartium specific operations like setting native resolver (as dart:htm is imported anyway), we can probably live w/o it. Another thing is to set timer and print closures. That looks more important.
Added Library-Isolate label.
Removed Library-Isolates label.
Removed Area-Library, Library-Isolate labels. Added Area-VM label.
Stale.
Evaluate if it is possible to not invoke the isolate create callback when Isolate.SpawnFunction is called. This has some implications when script snapshots are used.
Would be ideal if the spawned isolate is able to clone the script object from the spawning isolate.
I am not sure if there are some issues in dartium with regards to this.