If we are spawning isolate which will include imports to the same libraries that are already loaded in the VM it would be nice to not pay the cost all over again to parse the Dart source.
This will be especially useful for package:test where we spawn an Isolate for each VM test we run.
cc @mraleph
If we are spawning isolate which will include imports to the same libraries that are already loaded in the VM it would be nice to not pay the cost all over again to parse the Dart source.
This will be especially useful for
package:testwhere we spawn an Isolate for each VM test we run.cc @mraleph