rust/compiler/rustc_query_impl
Zalathar eaff0cbdb6 Use fewer intermediate functions for short backtraces in queries
If we make sure that `compute_fn` in the query's vtable is actually named
`__rust_begin_short_backtrace`, we can avoid the need for some additional
intermediate functions and stack frames.

This is similar to how the `get_query_incr` and `get_query_non_incr` functions
are actually named `__rust_end_short_backtrace`.
2026-02-04 23:46:34 +11:00
..
src Use fewer intermediate functions for short backtraces in queries 2026-02-04 23:46:34 +11:00
Cargo.toml fixup limit handling code 2025-09-08 15:07:12 -07:00