diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-10-10 18:44:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-10 18:44:46 +0200 |
| commit | 100713ef088ff364e1835f0bf6547d645c4d7f32 (patch) | |
| tree | d2fd3e0cb8b9104552b8f5a00d64c5392f47ccf4 /compiler/rustc_interface/src/errors.rs | |
| parent | b72db84fd054d41546ed45a07c02091fae62a4aa (diff) | |
| parent | 0bcb058fb13242bf6804e66413315a784484ab09 (diff) | |
| download | rust-100713ef088ff364e1835f0bf6547d645c4d7f32.tar.gz rust-100713ef088ff364e1835f0bf6547d645c4d7f32.zip | |
Rollup merge of #116560 - ouz-a:efficient_ids, r=oli-obk
In smir use `FxIndexMap` to store indexed ids Previously we used `vec` for storing indexed types, which is fine for small cases but will lead to huge performance issues when we use `smir` for real world cases. Addresses https://github.com/rust-lang/project-stable-mir/issues/35 r? ``@oli-obk``
Diffstat (limited to 'compiler/rustc_interface/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
