Description
LLVM IR growth from Rust generic functions can be counted to understand code size and monomorphization cost. It is useful for developers investigating compile-time or binary-size issues.
This is compiler analysis tooling. Use results as a guide for profiling and refactoring, then verify real binary size and performance separately.