@@ -21,15 +21,16 @@ During our most recent planning meeting ([12 feb 2021][mtg-2021-02-12]),
21
21
there were no new significant steering meeting proposals, so we decided to
22
22
do some extra sprint planning during that time. We established:
23
23
24
- * we should settle on a common set of tools for measuring memory usage (for now we expect it to be Valgrind DHAT on Linux).
25
- * we need some centralized documentation for how to best use those tools to measure rustc's memory usage
24
+ * we should settle on a common set of tools for measuring memory usage,
25
+ * we need some centralized documentation for how to best use those tools to measure rustc's memory usage, and
26
26
* we need concrete proposals for tasks that will drive activity during the sprint; we started up
27
- the [ shrinkmem-sprint zulip] [ ] to host conversations related to that.
27
+ the [ shrinkmem-sprint zulip] [ ] ( [ public archive ] [ shrinkmem-sprint archive ] ) to host conversations related to that.
28
28
29
- One detail about this sprint that differs a little from previous rust hacking sessions like "impl days":
30
- we are not actively trying to solicit new contributors during this time. (Of course new contributors are
31
- always welcome to join in the fun, but the compiler team recognized that we do not have as much mentoring
32
- bandwidth for this first sprint compared to past "impl days" events.)
29
+ Given the more narrow focus of this sprint, the Rust Compiler Team is interested
30
+ in input from people with strong experience using Valgrind DHAT or Windows
31
+ Performance Analyzer (or other tools) to help with identifying opportunities to
32
+ reduce memory usage. If this sounds like you please drop by the
33
+ [ shrinkmem-sprint zulip] [ ] and say hello!
33
34
34
35
[ mtg-2020-12-04 ] : https://zulip-archive.rust-lang.org/238009tcompilermeetings/99285steeringmeeting20201204PerformanceGoalsfor2020.html
35
36
@@ -39,4 +40,5 @@ bandwidth for this first sprint compared to past "impl days" events.)
39
40
40
41
[ mtg-2021-02-12 ] : https://zulip-archive.rust-lang.org/238009tcompilermeetings/44925planningmeeting20210212.html
41
42
42
- [ shrinkmem-sprint zulip ] : https://zulip-archive.rust-lang.org/276895tcompilershrinkmemsprint/index.html
43
+ [ shrinkmem-sprint zulip ] : https://rust-lang.zulipchat.com/#narrow/stream/276895-t-compiler.2Fshrinkmem-sprint
44
+ [ shrinkmem-sprint archive ] : https://zulip-archive.rust-lang.org/276895tcompilershrinkmemsprint/index.html
0 commit comments