Lehner82
  • Joined on 2021-11-04
Lehner82 commented on issue ALHP/ALHP.GO#75 2021-12-31 02:04:14 +01:00
Clang ALHP Repo(s)?

Clang can only be used if you set gcc as fallback. I would be suyprised if more than 25% of all arch packages fully compile with clang. I would personally only look into it once the main compiler…

Lehner82 commented on issue ALHP/ALHP.GO#52 2021-11-04 18:46:48 +01:00
LTO Link Time Optimization ?

And even if it where the case, i don't think most of the packages should fail to build, and if it fail to build if there no patch available, try to build it with simple lto.

That has also been…

Lehner82 commented on issue ALHP/ALHP.GO#52 2021-11-04 17:11:05 +01:00
LTO Link Time Optimization ?

Its probably the best recource for performace focused compiling without placebo out there. GentooLTO has lists for a lot of workarounds too when it comes to LTO, O3, Graphite, and even Ofast. It…

Lehner82 commented on issue ALHP/ALHP.GO#52 2021-11-04 11:51:05 +01:00
LTO Link Time Optimization ?

-falign-functions=32 is also used in the offical Intle ClearLinux repos and is recommended on Gentoo to be used alongside LTO. Should boost performance mainly Intel with no regressions on AMD.

Lehner82 reopened issue ALHP/ALHP.GO#52 2021-11-04 11:45:35 +01:00
LTO Link Time Optimization ?
Lehner82 closed issue ALHP/ALHP.GO#52 2021-11-04 11:45:13 +01:00
LTO Link Time Optimization ?
Lehner82 commented on issue ALHP/ALHP.GO#52 2021-11-04 11:45:13 +01:00
LTO Link Time Optimization ?

Ok, thats great to hear

Lehner82 opened issue ALHP/ALHP.GO#52 2021-11-04 11:33:23 +01:00
LTO Link Time Optimization ?