-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #84965 - the8472:lazy-delayed-diagnostics, r=Mark-Simul…
…acrum lazify backtrace formatting for delayed diagnostics Formatting backtraces causes debug info to be parsed, which is superfluous work if the delayed bugs get cleared later. Lazifying them results in these speedups for the UI testsuite: | | debuginfo = 0 | debuginfo = 1 | debuginfo = 2 | |-------|---------------|---------------|---------------| | eager | 31.59s | 37.55s | 42.64s | | lazy | 30.44s | 30.86s | 34.07s |
- Loading branch information
Showing
1 changed file
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters