mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +01:00
Reuse the prev_sibling slot for free_count to save a word.
MozReview-Commit-ID: 9jVkDM4P8mC
This commit is contained in:
parent
65fc5a9bd5
commit
e93b7fb3e8
2 changed files with 46 additions and 21 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue