[issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes

serge-sans-paille report at bugs.python.org
Tue Apr 16 05:19:35 EDT 2019


serge-sans-paille <serge.guelton at telecom-bretagne.eu> added the comment:

@vstinner: once you have a portable version of alignof, you can deciding to *not* use the pool allocator if the required alignment is greater than 8B, or you could modify the pool allocator to take alignment information as an extra parameter?

----------
nosy: +serge-sans-paille

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


More information about the Python-bugs-list mailing list