Skip to content

Commit a7586f1

Browse files
authored
Merge pull request #447 from wesleywiser/compiler_team_triage_meeting_2019_10_31
[inside-rust] Add compiler team triage meeting post for 2019-10-31
2 parents 8e965c3 + 49a68b3 commit a7586f1

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
layout: post
3+
title: "2019-10-31 Compiler Team Triage Meeting"
4+
author: "Wesley Wiser"
5+
description: "2019-10-31 Compiler Team Triage Meeting"
6+
team: the compiler team <https://www.rust-lang.org/governance/teams/compiler>
7+
---
8+
9+
The compiler team had our weekly triage meeting on 2019-10-31.
10+
You can find the [minutes](https://rust-lang.github.io/compiler-team/minutes/triage-meeting/2019-10-31/) on the [compiler-team](https://github.com/rust-lang/compiler-team) repository.
11+
Each week, we have general announcements from the team followed by check-ins from two of the compiler team working groups.
12+
13+
# 2019-10-31
14+
15+
## Announcments
16+
17+
Rust 1.39 ships on Thursday!
18+
19+
## Working group sync
20+
21+
### [wg-pgo](https://rust-lang.github.io/compiler-team/working-groups/pgo/)
22+
23+
- PGO is available in the stable compiler. Docs are in the rustc-guide and the rustc-book
24+
25+
- Unfortunately we don't observe significant performance gains from applying it (except for tiny synthetic test cases).
26+
27+
- [@michaelwoerister] asked for people to try PGO on irlo but haven't gotten a lot of feedback.
28+
29+
- There is one interesting theory that Rust doesn't profit as much as C++ because it defaults to having fewer compilation units and thus can make better inlining decisions in the non-PGO case.
30+
31+
- The working group will probably wind down as [@michaelwoerister] don't have time to pursue further and there are no actual known issues in the implementation.
32+
33+
[Link to full discussion](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/weekly.20meeting.202019-10-31.20.2354818/near/179539153)
34+
35+
### [wg-pipelining](https://rust-lang.github.io/compiler-team/working-groups/pipelining/)
36+
37+
- Pipelining support has shipped in Rust 1.38.
38+
39+
- The working group is winding down.
40+
41+
[Link to full discussion](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/weekly.20meeting.202019-10-31.20.2354818/near/179539371)
42+
43+
[@michaelwoerister]: https://github.com/michaelwoerister

0 commit comments

Comments
 (0)