13f5616ef6
Only reload packages map when we are actually doing the isolate reload. Snapshotting creates and destroys and loader object every time it loads a dart file - which means kInitLoader is on the hot path and we should avoid rereading packages map. R=asiva@google.com, rmacnak@google.com Review-Url: https://codereview.chromium.org/2901093002 .