On Mon, Jun 1, 2015 at 8:59 AM, Jack Moffitt <j...@metajack.im> wrote:
>
> One question I still had at the end was whether things like Arc<Image>
> (non-owning references) are accounted for somewhere?

If there's a clear owner, then it makes sense to measure the struct
from there. Otherwise, we'll have to do some kind of "divide by the
refcount", but Firefox doesn't even have that yet because the amount
of memory that falls into that case has never been very high. Servo
may be different; I don't yet know.

Nick
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to