glibc/assert
Noah Goldstein f6f9047459 assert: Mark __assert_fail as cold
This helps compilers split the codegen for setting up the arguments
(`__expression`, `__filename`, etc...) from the potentially hot cold
where the `assert` is to a presumably cold region on the assertion
failure path.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
Reviewed-by: Sam James <sam@gentoo.org>
2024-07-26 20:41:00 +08:00
..
__assert.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
__libc_assert_fail.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
assert-perr.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
assert.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
assert.h assert: Mark __assert_fail as cold 2024-07-26 20:41:00 +08:00
Depend Update. 2000-07-01 05:19:18 +00:00
Makefile Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
test-assert-perr.c tests: replace fgets by xfgets 2023-06-13 19:59:08 -04:00
test-assert.c tests: replace fgets by xfgets 2023-06-13 19:59:08 -04:00
tst-assert-c++.cc Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-assert-g++.cc Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
Versions Update. 2000-08-02 00:09:25 +00:00