emacs-gcc-wayland-devel-builder icon indicating copy to clipboard operation
emacs-gcc-wayland-devel-builder copied to clipboard

Using PGO at compilation

Open black7375 opened this issue 3 years ago • 0 comments

We are already using LTO(Link Time Optimization). As discussed in #7, we can test popular distributions(doom, spacemacs).

I think optimization will be a little more possible if we profile the distribution when testing the distribution or verifying the execution of the test codes(elisp-benchmark, test).

https://rigtorp.se/notes/pgo/ https://llvm.org/docs/HowToBuildWithPGO.html https://github.com/facebookincubator/BOLT

black7375 avatar Mar 23 '21 05:03 black7375