Message ID | 20220703115240.215695-1-ammar.faizi@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | __hot and __cold | expand |
On Sun, 3 Jul 2022 18:59:10 +0700, Ammar Faizi wrote: > From: Ammar Faizi <ammarfaizi2@gnuweeb.org> > > Hi Jens, > > This series adds __hot and __cold macros. Currently, the __hot macro > is not used. The __cold annotation hints the compiler to optimize for > code size. This is good for the slow-path in the setup.c file. > > [...] Applied, thanks! [1/2] lib: Add __hot and __cold macros commit: ee459df3c83ab86b84e1acaaa23c340efb5bab35 [2/2] setup: Mark the exported functions as __cold commit: 907c171fa4aac773fee9421bc38fcf9581e54f61 Best regards,