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
__libc_assert_fail.c
assert-perr.c
assert.c
assert.h
Depend
Makefile
test-assert-perr.c
test-assert.c
tst-assert-c++.cc
tst-assert-g++.cc
Versions