Commit bf3c487
authored
Optimize peak heap usage (#1858)
* asynchronous PackageGraph construction and precaching
* checkpoint
* cleanup
* checkpoint
* Run tools more asynchronously
* Enhacements and dropping of Future.wait
* dartfmt
* Rate-limit the number of tools in flight
* checkpoint
* Workaround for duplicate ResovledLibraryResult objects
* Patch up merge problem and rebuild test package docs
* Use maps to avoid having to filter results
* dartfmt and review comments
* Update test package docs again (quotation marks different in stable branch)
* Clear pubspec overrides (this will only work in sdk-analyzer Travis)
* Change sdk test branch to master (analyzer-0.33 not integrated yet)
* Set correct analyzer version
* Eliminate initialization race where analyzer might not find all the files in time for empty packages
* Update analyzer requirement
* Fix merge error
* Optimize peak heap usage
* Fix bug in library count
* Fix embedder and refactor file generation
* Review comments1 parent 9ad4ce8 commit bf3c487
3 files changed
+248
-141
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments