servo/components/layout_thread
Bobby Holley 3f52052cf9 Do the sequential traversal breadth-first.
While we're at it, we also eliminate the 'unknown' dom depth for the
bloom filter. Computing depth has negligible cost relative to the
amount of work we do setting up the bloom filter at a given depth.
Doing it once per traversal should be totally fine.

I originally separated the elimination of unknown dom depth from the
traversal changes, but I got bloom filter crashes on the intermediate
patch, presumably because I didn't properly fix the sequential traversal
for this case. Given that the final state is green, I just decided to
squash and move on.
2017-04-09 14:52:49 +08:00
..
Cargo.toml Kill serde_codegen 💣 2017-02-28 19:31:25 +01:00
lib.rs Do the sequential traversal breadth-first. 2017-04-09 14:52:49 +08:00