dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.09k stars 1.56k forks source link

Analyzer performance degrades when using code generation #49099

Open KlausJokisuo opened 2 years ago

KlausJokisuo commented 2 years ago

Currently, if we have a huge project with multiple files that need to be generated, the analyzer performance degrades.

This tracker is for issues related to:

Some other pieces of the Dart ecosystem are maintained elsewhere. Please file issues in their repository:

If you aren't sure, file the issue here and we'll find the right home for it. In your issue, please include:

bwilkerson commented 2 years ago

@scheglov Mostly as an FYI. It sounds like analyzer might have problems when there are frequent watch events being generated.