Files
rust/compiler
Chris Denton 5633102807 Rollup merge of #140345 - DaniPopes:get-def-path, r=Urgau
Avoid re-interning in `LateContext::get_def_path`

The def path printer in `get_def_path` essentially calls `Symbol::intern(&symbol.to_string())` for simple symbols in a path. This accounts for ~30% of the runtime of get_def_path.

We can avoid this by simply appending the symbol directly when available.
2025-04-28 01:58:50 +00:00
..
2025-04-09 12:29:59 +01:00
2025-04-26 02:05:31 +00:00
2025-04-15 10:44:28 -04:00
2025-04-09 10:42:26 +00:00