mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #19748 - bholley:remove_lazy_pseudo_cache, r=emilio
Adjust size of gecko ComputedValues struct for removal of separate lazy pseudo cache https://bugzilla.mozilla.org/show_bug.cgi?id=1429529 <!-- 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/19748) <!-- Reviewable:end -->
This commit is contained in:
commit
005dc85a88
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -32,7 +32,7 @@ fn size_of_selectors_dummy_types() {
|
|||
size_of_test!(test_size_of_rule, style::stylist::Rule, 32);
|
||||
|
||||
// Large pages generate tens of thousands of ComputedValues.
|
||||
size_of_test!(test_size_of_cv, ComputedValues, 256);
|
||||
size_of_test!(test_size_of_cv, ComputedValues, 248);
|
||||
|
||||
size_of_test!(test_size_of_option_arc_cv, Option<Arc<ComputedValues>>, 8);
|
||||
size_of_test!(test_size_of_option_rule_node, Option<StrongRuleNode>, 8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue