You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: working-groups/self-profile/NOTES.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This is very slow.
21
21
22
22
#### Team updates:
23
23
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).
25
25
-[@wesleywiser][wesleywiser] is [currently working on replacing some custom LLVM codegen timing data with the profiler](https://github.com/rust-lang/rust/pull/58488).
26
26
27
27
### 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
43
43
In order to get to the MVP, dumping the raw events to disk during compilation needs to get a lot faster.
44
44
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.
45
45
[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).
0 commit comments