63261a7b6d
- Adds a new instruction intended for recompiles during a hot restart. This is desired so that DDC can differentiate between the two recompiles and emit errors for hot reload. The VM only ever recompiles during a hot reload, so they won't need this. - Adds some tests to make sure recompile-restart doesn't trigger errors that recompile will. Also tests that they're virtually similar otherwise. - Fixes a small issue in the delta inspector to use importUris instead of fileUris when computing the LibraryIndex. Change-Id: Ic375167ec72934cd380c4f538b45566bd87de433 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/406200 Reviewed-by: Jens Johansen <jensj@google.com> Commit-Queue: Srujan Gaddam <srujzs@google.com> Reviewed-by: Nicholas Shahan <nshahan@google.com>