Skip to content

Commit fabdd0c

Browse files
wesleywisermichaelwoerister
authored andcommitted
Add links to the self-profiler tracking issue in the meeting notes
1 parent a1d22ac commit fabdd0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

working-groups/self-profile/NOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is very slow.
2121

2222
#### Team updates:
2323

24-
- [@michaelwoerister][michaelwoerister] is drafting a tracking issue for our MVP.
24+
- [@michaelwoerister][michaelwoerister] is [drafting a tracking issue for our MVP](https://github.com/rust-lang/rust/issues/58967).
2525
- [@wesleywiser][wesleywiser] is [currently working on replacing some custom LLVM codegen timing data with the profiler](https://github.com/rust-lang/rust/pull/58488).
2626

2727
### Where to track work?
@@ -43,6 +43,7 @@ There's a number of steps to getting to this point which will be fleshed out in
4343
In order to get to the MVP, dumping the raw events to disk during compilation needs to get a lot faster.
4444
Currently, we're using JSON for this because it's easy to parse without sharing a lot of code between the compiler and out-of-tree crates.
4545
[We're going to switch this to a compact binary format and create a crate that will form the stable interface that out-of-tree crates can consume.](https://rust-lang.zulipchat.com/#narrow/stream/187831-t-compiler.2Fwg-self-profile/topic/meeting.202019-03-05/near/159999234)
46+
More detail is available in the [tracking issue](https://github.com/rust-lang/rust/issues/58967).
4647

4748
[meeting20190305]: https://rust-lang.zulipchat.com/#narrow/stream/187831-t-compiler.2Fwg-self-profile/topic/meeting.202019-03-05
4849
[michaelwoerister]: https://github.com/michaelwoerister

0 commit comments

Comments
 (0)