Skip to content

Commit

Permalink
Auto merge of #116152 - cjgillot:unchunck, r=nnethercote
Browse files Browse the repository at this point in the history
Only use dense bitsets in dataflow analyses

When a dataflow state has the size close to the number of locals, we should prefer a dense bitset, like we already store locals in a dense vector.
Other occurrences of `ChunkedBitSet` need to be justified by the size of the dataflow state.
  • Loading branch information
bors committed Jan 23, 2024
2 parents ad24eee + b831ce4 commit 58b9062
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 58b9062

Please sign in to comment.