rust/compiler/rustc_symbol_mangling
Tomasz Miąsko 0ce8001a47 Flatten compression caches into symbol mangler
The compression caches currently don't have any dedicated functionality
that would benefit from being separated. Incorporating caches directly
into the symbol manger also avoids dynamic memory allocation.

The symbol mangler, which is often passed by value, is now slightly
larger. This aspect will be addressed by a follow-up commit.
2021-07-29 13:28:08 +02:00
..
src Flatten compression caches into symbol mangler 2021-07-29 13:28:08 +02:00
Cargo.toml rustc_symbol_mangling: Remove unused dependency rustc_ast 2021-06-25 01:13:00 -07:00