> I've written a draft of a blog post about memory profiling in Firefox > vs. Servo, which focuses on the Rust features that make the task more > pleasant in Servo. There's a draft copy here: > http://njn.valgrind.org/measuring.html
Very nice! One question I still had at the end was whether things like Arc<Image> (non-owning references) are accounted for somewhere? Also, there's a comment in util/mem.rs that HeapSizeOf would be nice to derive automatically, but that now works according to your blog post. jack. _______________________________________________ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo