do any of my rust rickos know of a good blog (with benchmarks) around real-world gains from using a profile like this, vs default release?
[profile.release-lto]
inherits = "release"
codegen-units = 1
lto = "thin"
whether "fat" or "thin" LTO. most sources are vague on what optimizations can happen
do any of my rust rickos know of a good blog (with benchmarks) around real-world gains from using a profile like this, vs default release?
[profile.release-lto]
inherits = "release"
codegen-units = 1
lto = "thin"
whether "fat" or "thin" LTO. most sources are vague on what optimizations can happen