1
Fork 0

Move WorkerLocal out of QueryArenas

This cuts librustc_driver.so code size by ~85 kilobytes.
This commit is contained in:
Mark Rousskov 2023-11-23 20:15:29 -05:00
parent ee9223ff97
commit 107ea5d3bc
2 changed files with 4 additions and 4 deletions

View file

@ -61,7 +61,6 @@ use rustc_data_structures::fx::{FxHashMap, FxIndexMap, FxIndexSet};
use rustc_data_structures::steal::Steal;
use rustc_data_structures::svh::Svh;
use rustc_data_structures::sync::Lrc;
use rustc_data_structures::sync::WorkerLocal;
use rustc_data_structures::unord::UnordSet;
use rustc_errors::ErrorGuaranteed;
use rustc_hir as hir;