mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Use ThinArc in Selector.
MozReview-Commit-ID: Axvq0rbqA7Y
This commit is contained in:
parent
ce8d2a9208
commit
27568de567
2 changed files with 9 additions and 8 deletions
|
@ -22,7 +22,7 @@ fn size_of_selectors_dummy_types() {
|
|||
// The size of this is critical to performance on the bloom-basic microbenchmark.
|
||||
// When iterating over a large Rule array, we want to be able to fast-reject
|
||||
// selectors (with the inline hashes) with as few cache misses as possible.
|
||||
size_of_test!(test_size_of_rule, style::stylist::Rule, 48);
|
||||
size_of_test!(test_size_of_rule, style::stylist::Rule, 40);
|
||||
|
||||
size_of_test!(test_size_of_property_declaration, style::properties::PropertyDeclaration, 32);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue