Chromium Code Reviews
DescriptionAvoid unnecessary parsing/resolution when running command line analyzer.
By default, the command-line analyzer doesn't show errors, warnings,
or hints for the SDK or for files imported via "package:" URI's.
Accordingly, it shouldn't be necessary to parse or resolve function
bodies in those files.
This can save a substantial amount of time when analyzing files that
are part of large applications. For example, analysis time of
pkg/analyzer/bin/anaylzer.dart goes down from ~6.5 seconds to ~3.5
seconds.
R=brianwilkerson@google.com
Committed: https://code.google.com/p/dart/source/detail?r=44143
Patch Set 1 #
Total comments: 10
Patch Set 2 : Address code review comments #
Messages
Total messages: 7 (1 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||