Closed cristicbz closed 7 years ago
Will you take care of the submission?
Yup, ok, will do since I did the previous one, thanks!
Thanks! All these improvement are really exciting!
@BurntSushi So the benchmarks game maintainer said you're the person to talk about removing LTO, do you know what the status is on this: https://alioth.debian.org/tracker/index.php?func=detail&aid=315635&group_id=100815&atid=413122
The linked bug is two years old so I imagine it's all good?
Fixes #50, I think: removing LTO somehow changed LLVM's inlining heuristics and
advance
didn't get inlined anymore. Adding the#[inline]
annotation brings down the runtime to the same value as LTO.