8fc7050f4f
Global type flow analysis is a whole-program type inference on strong-mode kernel AST which is aimed at inferring various properties useful for optimizations, such as non-nullability, exact types and monomorphic call targets. Issue: https://github.com/dart-lang/sdk/issues/30480 Change-Id: Ie2e6e642dfacdb562a3341f8d2bbaf69ca829319 Reviewed-on: https://dart-review.googlesource.com/30903 Commit-Queue: Alexander Markov <alexmarkov@google.com> Reviewed-by: Martin Kustermann <kustermann@google.com> Reviewed-by: Vyacheslav Egorov <vegorov@google.com>