Auto merge of #17701 - bholley:reuse_allocations, r=emilio

reuse the bloom filter and style sharing cache across traversals

https://bugzilla.mozilla.org/show_bug.cgi?id=1380198

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17701)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-07-12 16:48:19 -07:00 committed by Emilio Cobos Álvarez
parent af36ce2ae1
commit 6597178b91
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
12 changed files with 140 additions and 39 deletions

View file

@ -23,7 +23,7 @@ lazy_static = "0.2"
log = "0.3.5"
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
parking_lot = {version = "0.3.3", features = ["nightly"]}
parking_lot = {version = "0.4", features = ["nightly"]}
profile_traits = {path = "../profile_traits"}
rayon = "0.8"
script = {path = "../script"}