Files
sdk/pkg/kernel/lib
Jens Johansen f35f9e8e24 [kernel] Don't lazy load classes when dills are concatenated
We have two layers of laziness.
Lazy loading functions (the old one) disables itself when loading a
concatenated dill file.
Lazy loading class content (the new one) forgot to do that while not
being geared towards it either.
This means that it - when loading lazily - can look into the wrong
string table, the wrong link table etc.
This CL brings the laziness for classes on par with the laziness for
functions in that it is now disabled when loading a concatenated dill
file.

Change-Id: If3449d5aff34287221a14fb7e940779d93b1e7b3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/117145
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Jens Johansen <jensj@google.com>
2019-09-13 12:52:52 +00:00
..
2019-09-13 07:38:25 +00:00
2018-03-15 12:22:23 +00:00
2019-09-06 12:22:09 +00:00
2019-09-06 12:22:09 +00:00
2019-04-11 11:43:23 +00:00
2019-01-29 13:29:32 +00:00
2019-09-13 07:38:25 +00:00