Low Level Tools/2018Q4: Difference between revisions
Jump to navigation
Jump to search
Nnethercote (talk | contribs) |
Nnethercote (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
Implement three improvements to Valgrind profiling tools I use with rustc. | Implement three improvements to Valgrind profiling tools I use with rustc. | ||
* [https://bugs.kde.org/show_bug.cgi?id=399322 Improve callgrind_annotate output.] | * [https://bugs.kde.org/show_bug.cgi?id=399322 Improve callgrind_annotate output.] Some readability improvements. | ||
* [https://bugs.kde.org/show_bug.cgi?id=399301 Use inlined frames in Massif XTree output.] Makes stack traces much easier to understand. | * [https://bugs.kde.org/show_bug.cgi?id=399301 Use inlined frames in Massif XTree output.] Makes stack traces much easier to understand. |
Revision as of 21:31, 28 October 2018
Nick
Planned
DocShell: implement session history serialization in IPDL.
- Not completed.
- After starting on this I determined that it required understanding a lot of gnarly DOM internals, and wasn't a good use of my time.
Finish cleaning up and slimming down static atoms.
- 100% done.
- Tracking bug, blog post.
Implement three improvements to Valgrind profiling tools I use with rustc.
- Improve callgrind_annotate output. Some readability improvements.
- Use inlined frames in Massif XTree output. Makes stack traces much easier to understand.