mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Use even fewer bits for source order and shrink ApplicableDeclarationsBlock by another word.
MozReview-Commit-ID: 7B1i1g0HLTj
This commit is contained in:
parent
3afab1400a
commit
0caad2ffdc
4 changed files with 96 additions and 18 deletions
|
@ -37,7 +37,7 @@ size_of_test!(test_size_of_element_data, ElementData, 56);
|
|||
|
||||
size_of_test!(test_size_of_property_declaration, style::properties::PropertyDeclaration, 32);
|
||||
|
||||
size_of_test!(test_size_of_application_declaration_block, ApplicableDeclarationBlock, 32);
|
||||
size_of_test!(test_size_of_application_declaration_block, ApplicableDeclarationBlock, 24);
|
||||
|
||||
// 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