This patch adds mention of my new Incremental LTO in gcc-15/changes.html General Improvements.
Ok? --- htdocs/gcc-15/changes.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index dbc82be2..8a050aed 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -59,6 +59,12 @@ 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>Introduced incremental Link-Time Optimizations to significantly reduce + average recompilation time with small code changes while using LTO. + Enable with <a + href="https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-flto-incremental" + ><code>-flto-incremental=</code></a>. + </li> </ul> -- 2.48.1