Message256117
| Author | serhiy.storchaka |
|---|---|
| Recipients | mark.dickinson, rhettinger, serhiy.storchaka, vstinner |
| Date | 2015-12-08.15:45:41 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1449589541.33.0.22857121769.issue25823@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
In about a half cases next_instr points to unaligned 16-bit value. Not all platforms allow access to unaligned data. We need other test in additional to PY_LITTLE_ENDIAN to allow this optimization. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-12-08 15:45:41 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, mark.dickinson, vstinner |
| 2015-12-08 15:45:41 | serhiy.storchaka | set | messageid: <1449589541.33.0.22857121769.issue25823@psf.upfronthosting.co.za> |
| 2015-12-08 15:45:41 | serhiy.storchaka | link | issue25823 messages |
| 2015-12-08 15:45:41 | serhiy.storchaka | create | |