Skip to content

Commit 34192b2

Browse files
authored
Add notes for triage meeting 2019-04-18
1 parent c619332 commit 34192b2

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

minutes/triage-meeting/2019-04-18.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# 2019-04-18
2+
3+
## Volunteers wanted
4+
5+
- No issues discussed this week.
6+
7+
## Backport decisions
8+
9+
- There were no beta backport nominations this week.
10+
11+
- "Use informational target machine for metadata" ([#58605](https://github.com/rust-lang/rust/pulls/58605)) was nominated for backport to stable.
12+
- [Nomination was declined](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/weekly.20meeting.202019-04-18.20.2354818/near/163655391)
13+
14+
## Working group sync
15+
16+
### [wg-llvm](https://github.com/rust-lang/compiler-team/blob/master/working-groups/llvm/README.md)
17+
18+
- `wg-llvm` is working on optimizing `overflow` intrinsics with `add` and `sub` instructions.
19+
20+
- A PR ([#59546](https://github.com/rust-lang/rust/pull/59546)) has also been opened to fix [a long standing unsoundness issue](https://github.com/rust-lang/rust/issues/28728).
21+
The PR is currently waiting for someone to run lolbench.rs to determine what impact the PR has on generated code performance.
22+
23+
[Link to full discussion](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/weekly.20meeting.202019-04-18.20.2354818/near/163658733)
24+
25+
### [wg-async-await](https://github.com/rust-lang/compiler-team/blob/master/working-groups/async-await/README.md)
26+
27+
- `wg-async-await` is currently working though the list of [issues blocking stabilization](https://github.com/rust-lang/rust/labels/AsyncAwait-Blocking).
28+
- This includes:
29+
- [Async-await syntax](https://github.com/rust-lang/rust/issues/60016)
30+
- [Supporting async fns whose arguments have multiple lifetimes](https://github.com/rust-lang/rust/issues/56238)
31+
- [Shrinking the size of generators](https://github.com/rust-lang/rust/issues/52924)
32+
33+
- The thorniest issue remaining is determining the drop order for unused async function arguments ([#54716](https://github.com/rust-lang/rust/issues/54716))
34+
- While investigating this issue, some subtle inconsistencies regarding existing drop order for regular functions were discovered.
35+
- This issue is also not proving to be easy to resolve.
36+
37+
[Link to full discussion](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/weekly.20meeting.202019-04-18.20.2354818/near/163658872)
38+

0 commit comments

Comments
 (0)