|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: Rust Compiler February 2023 Steering Cycle |
| 4 | +author: Felix Klock |
| 5 | +description: "The compiler team's Feburary 2023 steering cycle" |
| 6 | +team: The Compiler Team <https://www.rust-lang.org/governance/teams/compiler> |
| 7 | +--- |
| 8 | + |
| 9 | +On [Friday, February 10th][feb-10-zulip-archive], the Rust Compiler team had a planning meeting for the February 2023 steering cycle. |
| 10 | + |
| 11 | +[feb-10-zulip-archive]: https://rust-lang.zulipchat.com/#narrow/stream/238009-t-compiler.2Fmeetings/topic/.5Bplanning.20meeting.5D.202023-02-10/near/327073587 |
| 12 | + |
| 13 | +### T-compiler June Steering Schedule |
| 14 | + |
| 15 | +| Date | Meeting Id | Meeting Topic | |
| 16 | +|----------------|-----------------------|-------------------------------------------------| |
| 17 | +| [2023-02-17][] | [compiler-team#589][] | Dealing with PR review latency | |
| 18 | +| [2023-02-24][] | [compiler-team#583][] | Scope and goals of rust-lang/rust optimizations | |
| 19 | +| [2023-03-03][] | [compiler-team#590][] | P-high review for 2023 Q1 | |
| 20 | +| [2023-03-10][] | none | (planning for March cycle) | |
| 21 | + |
| 22 | +[2023-02-17]: https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=Nzk5YW5ybjZhZHI5c243cjllZmdhc2RkMG8gNnU1cnJ0Y2U2bHJ0djA3cGZpM2RhbWdqdXNAZw&tmsrc=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com |
| 23 | + |
| 24 | +[2023-02-24]: https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MDFpY2NtNmFxbWZ1Y2tpN3Fka2Vqa251YWkgNnU1cnJ0Y2U2bHJ0djA3cGZpM2RhbWdqdXNAZw&tmsrc=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com |
| 25 | + |
| 26 | +[2023-03-03]: https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MDk5ZDhtMjAzcmt2ZDlmMmR0ZWE0cXB2ZjUgNnU1cnJ0Y2U2bHJ0djA3cGZpM2RhbWdqdXNAZw&tmsrc=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com |
| 27 | + |
| 28 | +[2023-03-10]: https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MDJyYnJ1cGFtdWR1c2lnNjFmcHJ2b3JlODFfMjAyMzAzMTBUMTUwMDAwWiA2dTVycnRjZTZscnR2MDdwZmkzZGFtZ2p1c0Bn&tmsrc=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com |
| 29 | + |
| 30 | +[compiler-team#589]: https://github.com/rust-lang/compiler-team/issues/589 |
| 31 | +[compiler-team#583]: https://github.com/rust-lang/compiler-team/issues/583 |
| 32 | +[compiler-team#590]: https://github.com/rust-lang/compiler-team/issues/590 |
| 33 | + |
| 34 | +### Details |
| 35 | + |
| 36 | +Every fourth Friday, the Rust compiler team decides how |
| 37 | +it is going to use its scheduled steering and design meeting time over the next |
| 38 | +three Fridays. |
| 39 | + |
| 40 | +On Friday, 17 February, we will discuss ways to improve our Pull Request review |
| 41 | +latency. Jack Huey, apiraino, and oli-obk will work on a document to drive the |
| 42 | +meeting, collecting ideas on how to attack the problem. |
| 43 | + |
| 44 | +On Friday, 24 February, we will discuss our philosophy about code optimizations |
| 45 | +that are implemented in the rust-lang/rust repository (as opposed to |
| 46 | +optimizations that are implemented in LLVM itself, which is where the bulk of |
| 47 | +our optimization logic currently resides). Jak{e,ob} Degen will author the |
| 48 | +document driving this meeting. |
| 49 | + |
| 50 | +On Friday, 3 March, we will do a quarterly [review of the open P-high issues][compiler-team#590]. |
| 51 | +pnkfelix will do some ahead of time work [in zulip](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/reviewing.20P-high.20issues.202022.20.28Q3.29/near/300390068) |
| 52 | +triaging |
| 53 | +some of the issues, and potentially prepare a meeting document summarizing the |
| 54 | +remainder, to maximize the quality of our synchronous in-meeting time. |
| 55 | + |
| 56 | +On Friday, 10 March, we will hold our planning meeting for the next steering |
| 57 | +cycle in March and April. |
| 58 | + |
| 59 | +Each meeting will run from 2pm to 3pm GMT, and will take place on the |
| 60 | +[T-compiler/meetings zulip stream][zulip]. |
| 61 | + |
| 62 | +[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/238009-t-compiler.2Fmeetings |
0 commit comments