Reuse the prev_sibling slot for free_count to save a word.

MozReview-Commit-ID: 9jVkDM4P8mC
This commit is contained in:
Bobby Holley 2017-06-16 09:49:56 -07:00
parent 65fc5a9bd5
commit e93b7fb3e8
2 changed files with 46 additions and 21 deletions

View file

@ -42,7 +42,7 @@ size_of_test!(test_size_of_application_declaration_block, ApplicableDeclarationB
// FIXME(bholley): This can shrink with a little bit of work.
// See https://github.com/servo/servo/issues/17280
size_of_test!(test_size_of_rule_node, RuleNode, 96);
size_of_test!(test_size_of_rule_node, RuleNode, 88);
// This is huge, but we allocate it on the stack and then never move it,
// we only pass `&mut SourcePropertyDeclaration` references around.