[issue10044] small int optimization

Mark Dickinson report at bugs.python.org
Thu Oct 7 23:14:37 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

> How can the compiler tell whether two pointers are "into the same
> array"? That sounds like an undecidable criterion.

It doesn't have to be able to tell---it's allowed to assume.  :-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10044>
_______________________________________


More information about the Python-bugs-list mailing list