1
Fork 0
rust/compiler/rustc_mir_dataflow/src/move_paths
Bryan Garza 360db516cc Create stable metric to measure long computation in Const Eval
This patch adds a `MirPass` that tracks the number of back-edges and
function calls in the CFG, adds a new MIR instruction to increment a
counter every time they are encountered during Const Eval, and emit a
warning if a configured limit is breached.
2023-01-23 23:56:22 +00:00
..
abs_domain.rs Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr" 2022-12-19 15:31:20 +00:00
builder.rs Create stable metric to measure long computation in Const Eval 2023-01-23 23:56:22 +00:00
mod.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00