Files
rust/compiler/rustc_mir_transform/src
bors ecdd374e61 Auto merge of #97863 - JakobDegen:bitset-choice, r=nnethercote
`BitSet` related perf improvements

This commit makes two changes:
 1. Changes `MaybeLiveLocals` to use `ChunkedBitSet`
 2. Overrides the `fold` method for the iterator for `ChunkedBitSet`

I have local benchmarks verifying that each of these changes individually yield significant perf improvements to #96451 . I'm hoping this will be true outside of that context too. If that is not the case, I'll try to gate things on where they help as needed

r? `@nnethercote` who I believe was working on closely related things, cc `@tmiasko` because of the destprop pr
2022-06-17 07:35:22 +00:00
..
2022-06-03 20:42:42 +04:00
2022-05-09 18:40:18 +02:00
2022-04-27 08:51:33 +01:00
2021-12-02 17:31:38 -08:00
2022-05-02 17:40:30 -07:00
2022-03-30 15:14:15 -04:00
2022-04-16 18:44:27 -04:00
2022-04-11 08:55:03 -04:00
2022-02-15 16:03:24 +11:00
2022-05-02 17:40:30 -07:00