This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via 0d39147f38cab32a841c473ef4a6255a11146eb8 (commit) from 7fae94d37b899284875e71ad6bd2ec641cb09ada (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0d39147f38cab32a841c473ef4a6255a11146eb8 Author: Michal Jires <mji...@suse.cz> Date: Thu Mar 27 11:47:24 2025 +0100 Mention Incremental LTO in GCC15 This patch adds mention of my new Incremental LTO in gcc-15/changes.html General Improvements. diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index 6f2d21b4..14bd3f77 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -59,6 +59,13 @@ a work-in-progress.</p> system and user time. This reduces the overhead of the option significantly, making it possible to use in standard build systems. </li> + <li>Incremental Link-Time Optimizations significantly reduce average + recompilation time of LTO when doing small code edits + (e.g. editing a single function). + Enable with <a + href="https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-flto-incremental" + ><code>-flto-incremental=</code></a>. + </li> </ul> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 7 +++++++ 1 file changed, 7 insertions(+) hooks/post-receive -- gcc-wwwdocs