Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prevent inlining for empty placeholders of sthread_enable/disable.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 7 Feb 2023 19:40:27 +0000 (20:40 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 7 Feb 2023 19:52:21 +0000 (20:52 +0100)
commit443e0215d654715466b6b8c0221dd2abf195c40d
treef5c533cfe322256c341e6343358bbb0fae9fc6ed
parentf372242cebcf62a9594458ad272309e11fb7262f
Prevent inlining for empty placeholders of sthread_enable/disable.

See the gcc documentation about function attribute noinline for details.

Hope to fix hangs seen with optimized builds on recent Alpine/Linux.

Let's see also if it works as is with all supported compilers.
docs/source/Doxyfile
include/xbt/base.h
src/xbt/xbt_main.cpp