Use even fewer bits for source order and shrink ApplicableDeclarationsBlock by another word.

MozReview-Commit-ID: 7B1i1g0HLTj
This commit is contained in:
Bobby Holley 2017-06-10 13:54:13 -07:00
parent 3afab1400a
commit 0caad2ffdc
4 changed files with 96 additions and 18 deletions

View file

@ -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.