or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
T-compiler Meeting Agenda 2022-05-19
Announcements
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →MCPs/FCPs
pc
in place ofunknown
andunknown
in place ofpc
forx86_64
andi?86
targets" compiler-team#441 (last review activity: 10 months ago)-Z binary-dep-depinfo
the default behavior" compiler-team#464 (last review activity: 7 months ago)riscv64gc
)" compiler-team#472 (last review activity: 5 months ago)-Dwarnings
to cover all warnings" compiler-team#473 (last review activity: 5 months ago)nvptx-nvidia-cuda
(32-bit target)" compiler-team#496 (last review activity: 2 months ago)-Zgcc-ld=lld
as-Clink-self-contained=linker -Clinker-flavor=gcc-lld
" compiler-team#510-Z terminal-width
" rust#84673bundle
native library modifier" rust#95818EarlyBinder
type" compiler-team#514explicit_generic_args_with_impl_trait
" rust#83701WG checkins
Backport nominations
T-compiler beta / T-compiler stable
T-compiler
this time.T-rustdoc beta / T-rustdoc stable
T-rustdoc
this time.- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →PRs S-waiting-on-team
T-compiler
T-compiler
this time.Oldest PRs waiting for review
T-compiler
s-waiting-for-review
is correct?Issues of Note
Short Summary
P-critical
T-compiler
P-critical
issues forT-compiler
this time.T-rustdoc
P-critical
issues forT-rustdoc
this time.P-high regressions
P-high beta regressions
P-high
beta regressions this time.Unassigned P-high nightly regressions
P-high
nightly regressions this time.Performance logs
It was a somewhat quiet week with real-world benchmarks showing a slight improvement on average and only one real-world crate,
bitmaps
, experiencing regressions. Unfortunately, the cause of the regressions don't look straightforward though. The biggest performance win came from a change to not encode attributes in metadata that are only used within the local crate. This improved doc builds of 16 of the 18 real world crates we run in our performance suite!Triage done by @rylev.
Revision range: c51871..7355d
Summary:
2 Regressions, 4 Improvements, 0 Mixed; 0 of them in rollups
51 artifact comparisons made in total
Regressions
Add EarlyBinder #96883 (Comparison Link)
specialization_graph_of
is taking more time which is trait related so it makes sense.Retire
ItemLikeVisitor
trait #96825 (Comparison Link)externs
stress test.native_library_kind
query is being hit more often. Since that query is going to be used a lot in theexterns
crate, it makes sense it would be the one to show regressions.externs debug full
shows a big regression in calls torustc_metadata::rmeta::decoder::cstore_impl::provide
which calls intonative_library_kind
.Improvements
don't encode only locally used attrs #95562 (Comparison Link)
rustc: Stricter checking for #[link] attributes #96885 (Comparison Link)
optimize
insert_range
method ofIntervalSet
#96895 (Comparison Link)Clean up derived obligation creation #96892 (Comparison Link)
Nominated Issues
T-compiler
T-compiler
this time.RFC
T-compiler
this time.Next week's WG checkins