about summary refs log tree commit diff
path: root/src/test/codegen/function-arguments-noopt.rs
AgeCommit message (Collapse)AuthorLines
2022-02-18At opt-level=0, apply only ABI-affecting attributes to functionsErik Desjardins-0/+63
This should provide a small perf improvement for debug builds, and should more than cancel out the regression from adding noundef, which was only significant in debug builds.