You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When dcli launches a script it is rather slow.
If we compiled the script to a dill file on first run then it would run much faster after that.
Only issue is that we need to be able to efficiently detect if a package src changes so we know when to re-compile the dill.
Also need to recompile if the SDK version changes.
When dcli launches a script it is rather slow.
If we compiled the script to a dill file on first run then it would run much faster after that.
Only issue is that we need to be able to efficiently detect if a package src changes so we know when to re-compile the dill.
Also need to recompile if the SDK version changes.
dart-lang/pub#1683
The text was updated successfully, but these errors were encountered: