[issue38980] Compile libpython with -fno-semantic-interposition

Ammar Askar report at bugs.python.org
Thu Dec 5 16:23:06 EST 2019


Ammar Askar <ammar at ammaraskar.com> added the comment:

Just for a quick datapoint: llvm/clang do this by default and you need an explicit `-fsemantic-interposition` to disable it http://lists.llvm.org/pipermail/llvm-dev/2016-November/107625.html

It seems to me that the performance gains here really outweigh any weird usage of LD_PRELOAD.

----------
nosy: +ammar2

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38980>
_______________________________________


More information about the Python-bugs-list mailing list