servo/components/gfx/display_list
Patrick Walton bdab68ab60 gfx: Micro-optimize DList and StackingContext a bit.
I'm sad to say that this improved performance significantly. A lot of
this win is due to the Rust compiler not being smart about not zeroing
objects out if it doesn't need to.
2014-11-05 00:56:56 -08:00
..
mod.rs gfx: Micro-optimize DList and StackingContext a bit. 2014-11-05 00:56:56 -08:00
optimizer.rs layout: Rewrite clipping to be per-display-item instead of having 2014-10-13 21:40:36 -07:00