bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/3] Mark various cold functions as __COLD


From: Cristian Rodríguez
Subject: Re: [PATCH 3/3] Mark various cold functions as __COLD
Date: Mon, 1 May 2023 17:52:17 -0400

a

On Sat, Apr 29, 2023 at 9:12 AM Sergey Bugaev via Libc-alpha <libc-alpha@sourceware.org> wrote:
GCC docs explicitly list perror () as a good candidate for using
__attribute__ ((cold)). So apply __COLD to perror () and similar
functions.

abort() and all the function wrappers called by assert on failure are also cold.
Cheers!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]