Low Level Tools/2018Q4: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 15: Line 15:
* [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.
* Completely overhauled DHAT.
* Completely overhauled DHAT.
** Improvements made to rustc and Firefox thanks to this: [https://github.com/rust-lang/rust/pull/55167 #55167], [https://github.com/rust-lang/rust/pull/55346 #55346], [https://github.com/rust-lang/rust/pull/55383 #55383], [https://github.com/rust-lang/rust/pull/55384 #55384], [https://github.com/rust-lang/rust/pull/55501 #55501], [https://github.com/rust-lang/rust/pull/55574 #55574], [https://github.com/rust-lang/rust/pull/55558 #55558].
** Improvements made to rustc and Firefox thanks to this: [https://github.com/rust-lang/rust/pull/55167 #55167], [https://github.com/rust-lang/rust/pull/55346 #55346], [https://github.com/rust-lang/rust/pull/55383 #55383], [https://github.com/rust-lang/rust/pull/55384 #55384], [https://github.com/rust-lang/rust/pull/55501 #55501], [https://github.com/rust-lang/rust/pull/55574 #55574], [https://github.com/rust-lang/rust/pull/55777 #55777], [https://github.com/rust-lang/rust/pull/55558 #55558], [https://github.com/rust-lang/rust/pull/55816 #55816].

Revision as of 21:03, 11 November 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.

Implement three improvements to Valgrind profiling tools I use with rustc.