Ready for master? --- htdocs/gcc-13/changes.html | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 57bd8724..95fee90d 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -52,6 +52,15 @@ a work-in-progress.</p> AddressSanitizer defaults to <code>detect_stack_use_after_return=1</code> on GNU/Linux targets. For compatibility, it can be disabled with <code>env ASAN_OPTIONS=detect_stack_use_after_return=0</code>. </li> + <li> + Link-time optimization improvements: + <ul> + <li>LTO supports the newly added GNU make's jobserver that uses named pipes (<code>--jobserver-style=fifo</code>) + by default.</li> + <li>If make's jobserver is active, parallel LTO WPA streaming communicates with it and so the streaming + does not lead to the system overcommitting.</li> + </ul> + </li> </ul> -- 2.37.1