Comments by "Juzu Juzu" (@juzujuzu4555) on "What Are The Hardest Linux Distros? (It's Not The Ones You Think!)" video.
-
4
-
@terrydaktyllus1320 In general hobbies don't have to make sense, as long as they are worth it for the individual.
Though this dual core 2ghz laptop certainly benefits from this optimization. Compared to Ubuntu, which I also have for multiple reasons, it's so much faster.
I have all the GentooLTO overlay optimizations, graphene, devirtualize at trans, no semantic interposition, ipa-pta, LTO with full size partition, Ofast etc. and I tested on the same go, before updating to GCC 13 and after, with all the same settings.
It's especially impressive as the results cannot be from the new GCC having more optimization flags enabled on O2 or O3 level, now they both had the same flags.
I would assume it's better utilization of AVX as we are talking about hashing etc. crypto algorithms. Sadly I didn't do more benchmarking as I was happy for seeing improvements on all of the countless algorithms and thus was happy to make the change.
2