servo/components/servo_arc
Nicholas Nethercote 526e9691f8 stylo: Measure Elements and ComputedValues.
The patch provides FFI access to Gecko's SeenPtrs type from Rust, in
order to record what has already been measured when measuring Arcs. (The
SeenPtrs must be initialized on the Gecko side because the same table is
reused for measuring all Elements within a window, because Elements can
share ComputedValues.) I have confirmed with DMD that this is working
correctly.

The patch also introduces MallocSizeOfRepeats, which is like
MallocSizeOf but takes a SizeOfState, which holds a SeenPtrs table.
2017-08-03 09:15:38 +10:00
..
Cargo.toml Auto merge of #17701 - bholley:reuse_allocations, r=emilio 2017-07-14 11:01:07 +02:00
lib.rs stylo: Measure Elements and ComputedValues. 2017-08-03 09:15:38 +10:00