mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
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. |
||
---|---|---|
.. | ||
Cargo.toml | ||
lib.rs |