aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/bloom.rs
Commit message (Expand)AuthorAgeFilesLines
* Un-inline some methods initializing thread_local! …Simon Sapin2017-09-121-0/+6
* style: Minimal cleanup in bloom.rsEmilio Cobos Álvarez2017-09-091-3/+4
* style: Remove another stale todo.Emilio Cobos Álvarez2017-09-091-4/+0
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* Auto merge of #17701 - bholley:reuse_allocations, r=emiliobors-servo2017-07-141-4/+28
* Revert "Auto merge of #17701 - bholley:reuse_allocations, r=emilio"Emilio Cobos Álvarez2017-07-131-28/+4
* Store the bloom filter in TLS and reuse it across traversals.Bobby Holley2017-07-121-4/+28
* Be smarter when clearing the bloom filter.Bobby Holley2017-06-211-1/+20
* Switch the bloom element list to a SmallVec and track pushed hashes.Bobby Holley2017-06-211-13/+48
* Push elements in order in StyleBloom::rebuilds.Bobby Holley2017-06-211-5/+7
* style: Distinguish between the tree structures used for traversal and selecto...Cameron McCormack2017-06-091-9/+9
* Parent mismatch should not clear style sharing cache.Boris Zbarsky2017-06-051-0/+6
* Fix the handling of the Bloom filter in the style sharing cache.Boris Zbarsky2017-06-051-1/+9
* style: Use a SmallVec for common ancestors in the bloom filter.Emilio Cobos Álvarez2017-05-211-5/+8
* style: Move some bloom filter code outside of matching.rsEmilio Cobos Álvarez2017-05-201-5/+34
* Do the sequential traversal breadth-first.Bobby Holley2017-04-091-16/+10
* Bug 1336646 - Use the bloom filter for manual style resolves and pass a mutab...Bobby Holley2017-02-081-3/+11
* style: Document the bloom filter.Emilio Cobos Álvarez2016-12-311-8/+40
* Stop using UnsafeNode in the bloom filter.Bobby Holley2016-12-221-47/+24
* Hoist bloom filter into scoped TLS and simplify code.Bobby Holley2016-12-221-14/+3
* Allow the style bloom filter to recover from switch to a node with no common ...Cameron McCormack2016-12-041-2/+16
* style: Don't pop too much in the bloom filter.Emilio Cobos Álvarez2016-12-021-1/+1
* style: Introduce StyleBloomEmilio Cobos Álvarez2016-11-271-0/+235