cb7aee58ca
On a flutter dill extracted via the mentioned bug I get these timings when (once, i.e. I haven't done extra statistics) running ``` out/ReleaseX64/dart pkg/kernel/test/binary_bench2.dart --warmups=10 \ --iterations=5 --metadata AstFromBinaryEager <dill from flutter> ``` (and without `--metadata` for without metadata): Without reading metadata: ~378 ms With reading metadata before this CL: ~627 ms With reading metadata with this CL: ~435 ms Bug: https://github.com/flutter/flutter/issues/156713 Change-Id: Id6cb27bc00526ff61c48eeb66ebb86dff1b971a2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/391761 Commit-Queue: Jens Johansen <jensj@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com>