Adhemerval Zanella a2b0ff98a0 include/sys/cdefs.h: Add __attribute_optimization_barrier__
Add __attribute_optimization_barrier__ to disable inlining and cloning on a
function.  For Clang, expand it to

__attribute__ ((optnone))

Otherwise, expand it to

__attribute__ ((noinline, clone))

Co-Authored-By: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
2024-12-23 06:28:55 +08:00
..
2024-02-27 10:52:59 -03:00
2024-12-05 15:36:23 +08:00
2021-09-03 22:06:44 +05:30
2024-08-01 05:06:12 -07:00
2024-08-01 05:06:12 -07:00
2021-06-15 10:42:11 -03:00
2021-06-15 10:42:11 -03:00