STINNER Victor added the comment:

I dislike the usage of union to use fetch 16-bit but only in little endian. I 
would prefer to modify the PyCodeObject to ensure that co_code is aligned to 
16-bit and use an uint16_t* pointer in ceval.c. It would be simpler no? In the 
worst case, we should overallocate 1 null byte in PyCodeObject to align 
bytecode to 16-bit.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25823>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to