diff options
| author | bors <bors@rust-lang.org> | 2023-04-05 10:38:02 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-04-05 10:38:02 +0000 |
| commit | 383c1d729ead956584a6dd83cce17c7fdeb61468 (patch) | |
| tree | 9fc21ebe17133cdb5537cfe8cdc0a716af076630 /compiler/rustc_codegen_gcc | |
| parent | 90a9f69c80812c8694959c1f2d5c336e3300d1e2 (diff) | |
| parent | 457a162d008befc6baa9acde637f29780c079844 (diff) | |
| download | rust-383c1d729ead956584a6dd83cce17c7fdeb61468.tar.gz rust-383c1d729ead956584a6dd83cce17c7fdeb61468.zip | |
Auto merge of #109117 - oli-obk:locks, r=michaelwoerister
Avoid a few locks We can use atomics or datastructures tuned for specific access patterns instead of locks. This may be an improvement for parallel rustc, but it's mostly a cleanup making various datastructures only usable in the way they are used right now (append data, never mutate), instead of having a general purpose lock.
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions
