Skip to content

Commit

Permalink
Auto merge of #54318 - nnethercote:use-HybridBitSet-in-SparseBitMatri…
Browse files Browse the repository at this point in the history
…x, r=pnkfelix

Use `HybridBitSet` in `SparseBitMatrix`.

This fixes most of the remaining NLL memory regression.

r? @pnkfelix, because you reviewed #54286.
cc @nikomatsakis, because NLL
cc @Mark-Simulacrum, because this removes `array_vec.rs`
cc @lqd, because this massively improves `unic-ucd-name`, and probably other public crates
  • Loading branch information
bors committed Sep 19, 2018
2 parents 8f37677 + 154be2c commit ff6422d
Show file tree
Hide file tree
Showing 5 changed files with 222 additions and 380 deletions.
305 changes: 0 additions & 305 deletions src/librustc_data_structures/array_vec.rs

This file was deleted.

0 comments on commit ff6422d

Please sign in to comment.