Files
servo/components/script
bors-servo f010fb58fd Auto merge of #15065 - Manishearth:box-calclop, r=heycam
Use Box<CalcLengthOrPercentage> in specified values to avoid bloating inline sizes

For #15061

CalcLOP is a large struct, and gets used quite often. While #15063 reduces its size a bit,
it will still be much larger than any of the other variants in the `specified::Length*` types,
so it will still bloat sizes, especially for specified values that contain many lengths.

This change boxes it in the length types, so that it just takes one word.

r? @heycam

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15065)
<!-- Reviewable:end -->
2017-01-17 11:49:52 -08:00
..
2016-12-08 08:50:35 -10:00
2016-12-08 08:50:35 -10:00
2017-01-16 13:11:16 +01:00
2016-12-08 08:50:35 -10:00
2017-01-09 14:52:14 +01:00
2017-01-11 17:37:19 +01:00
2016-12-08 08:50:35 -10:00
2016-12-14 18:04:37 -06:00