Re: [PATCH,wwwdocs] Mention Incremental LTO in GCC15

2025-03-27 Thread Gerald Pfeifer
On Thu, 27 Mar 2025, Michal Jires wrote: > + Introduced incremental Link-Time Optimizations to significantly reduce > +average recompilation time with small code changes while using LTO. How about rephrasing this to "Incremental Link-Time Optimizations significantly reduce average recompilat

[PATCH,wwwdocs] Mention Incremental LTO in GCC15

2025-03-27 Thread Michal Jires
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/