--build-id
flag to rustc" compiler_team#635 (Zulip)) (last review activity: 3 months ago)strip
and split-debuginfo
across platforms" compiler_team#669 (Zulip) (last review activity: about 9 days ago)type
field to distinguish json diagnostic outputs" compiler_team#673 (Zulip)warnings
level for a specific lint via command line" rust#113307issue-[0-9]+.rs
tests" compiler_team#658 (Zulip)builtin:$path
option to the -L
flag" compiler_team#659 (Zulip)asmjs-unknown-emscripten
to push a boulder up a hill for eternity" compiler_team#668 (Zulip)--json=unused-externs(-silent)
" compiler_team#674 (Zulip)
- General team things
- We have an in-person meetup in Brussels next month prior to EuroRust
- Let us know if there's anything you'd like us to discuss
- Planning to open a stabilization report "any day now" for AFIT/RPITIT
- #114740, #115008, #114933 all open to try to fix unsoundness w.r.t TAITs
- Ongoing work to generate a-mir-formality code via SMIR
- Work on new trait solver: overflow handling and provisional cache
- There's a WIP stabilization report for trait upcasting
- Open FCP for negative impls
- @lqd has prepared a PR that reimplements the existing borrow-check in a polonius style
T-compiler stable / T-compiler beta
Drop
for [PhantomData<T>; N]
where N
and T
are generic, if T
requires Drop
" rust#115527
::
operator)T-compiler
this time.-Copt-level=1
after update to LLVM 17" rust#115681
Unassigned P-high nightly regressions
P-high
nightly regressions this time.An interesting week. We saw a massive improvement to instruction-counts across
over a hundred benchmarks, thanks to #110050 an improved encoding scheme for the
dependency graphs that underlie incremental-compilation. However, these
instruction-count improvements did not translate to direct cycle time
improvements. We also saw an improvement to our artifact sizes due to #115306.
Beyond that, we had a scattering of small regressions to instruction-counts that
were justified because they were associated with bug fixes.
Triage done by @pnkfelix.
Revision range: 15e52b05..7e0261e7
Summary:
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | 2.8% | [0.7%, 10.2%] | 11 |
Regressions (secondary) | 1.5% | [0.4%, 7.7%] | 9 |
Improvements (primary) | -1.7% | [-5.9%, -0.2%] | 112 |
Improvements (secondary) | -1.3% | [-2.7%, -0.4%] | 41 |
All (primary) | -1.3% | [-5.9%, 10.2%] | 123 |
3 Regressions, 2 Improvements, 5 Mixed; 2 of them in rollups
84 artifact comparisons made in total
Add FreezeLock
type and use it to store Definitions
#115401 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | 0.3% | [0.2%, 0.4%] | 11 |
Regressions (secondary) | 0.3% | [0.3%, 0.3%] | 1 |
Improvements (primary) | - | - | 0 |
Improvements (secondary) | - | - | 0 |
All (primary) | 0.3% | [0.2%, 0.4%] | 11 |
Rollup of 6 pull requests #115672 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | 4.2% | [0.8%, 9.8%] | 5 |
Regressions (secondary) | - | - | 0 |
Improvements (primary) | - | - | 0 |
Improvements (secondary) | - | - | 0 |
All (primary) | 4.2% | [0.8%, 9.8%] | 5 |
Use the same DISubprogram for each instance of the same inlined function within a caller #115417 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | 1.0% | [0.6%, 1.3%] | 3 |
Regressions (secondary) | - | - | 0 |
Improvements (primary) | - | - | 0 |
Improvements (secondary) | - | - | 0 |
All (primary) | 1.0% | [0.6%, 1.3%] | 3 |
Span tweaks #115594 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | - | - | 0 |
Regressions (secondary) | - | - | 0 |
Improvements (primary) | -0.4% | [-0.4%, -0.4%] | 1 |
Improvements (secondary) | -0.4% | [-0.5%, -0.3%] | 6 |
All (primary) | -0.4% | [-0.4%, -0.4%] | 1 |
Disentangle Debug
and Display
for Ty
. #115661 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | - | - | 0 |
Regressions (secondary) | - | - | 0 |
Improvements (primary) | -0.3% | [-0.3%, -0.2%] | 4 |
Improvements (secondary) | -0.3% | [-0.5%, -0.2%] | 3 |
All (primary) | -0.3% | [-0.3%, -0.2%] | 4 |
Represent MIR composite debuginfo as projections instead of aggregates #115252 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | 3.9% | [3.9%, 3.9%] | 1 |
Regressions (secondary) | - | - | 0 |
Improvements (primary) | -0.3% | [-0.3%, -0.3%] | 2 |
Improvements (secondary) | -0.4% | [-0.4%, -0.3%] | 4 |
All (primary) | 1.1% | [-0.3%, 3.9%] | 3 |
Use a specialized varint + bitpacking scheme for DepGraph encoding #110050 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | - | - | 0 |
Regressions (secondary) | 0.5% | [0.3%, 0.8%] | 4 |
Improvements (primary) | -1.7% | [-5.8%, -0.3%] | 104 |
Improvements (secondary) | -1.4% | [-2.9%, -0.5%] | 32 |
All (primary) | -1.7% | [-5.8%, -0.3%] | 104 |
Rollup of 7 pull requests #115665 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | 0.7% | [0.6%, 0.7%] | 2 |
Regressions (secondary) | 0.6% | [0.5%, 0.7%] | 5 |
Improvements (primary) | - | - | 0 |
Improvements (secondary) | -0.3% | [-0.3%, -0.3%] | 1 |
All (primary) | 0.7% | [0.6%, 0.7%] | 2 |
Avoid a source_span
query when encoding Spans into query results #115657 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | 0.4% | [0.3%, 0.4%] | 2 |
Regressions (secondary) | 0.7% | [0.4%, 1.0%] | 7 |
Improvements (primary) | -0.4% | [-0.4%, -0.4%] | 2 |
Improvements (secondary) | -0.5% | [-0.6%, -0.4%] | 4 |
All (primary) | -0.0% | [-0.4%, 0.4%] | 4 |
Encode only MIR reachable from other crates #115306 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | 0.8% | [0.3%, 2.4%] | 15 |
Regressions (secondary) | 1.9% | [0.3%, 9.1%] | 7 |
Improvements (primary) | -1.3% | [-2.7%, -0.4%] | 12 |
Improvements (secondary) | -0.9% | [-1.2%, -0.7%] | 5 |
All (primary) | -0.1% | [-2.7%, 2.4%] | 27 |
ConstKind::Error
to usize" rust#113712(last review activity: about 46 days ago)
Next meetings' agenda draft: https://hackmd.io/CG_A-TBVTBqsH_mfID3Fvg