Message128809
| Author | pitrou |
|---|---|
| Recipients | jdharper, mark.dickinson, pitrou, r.david.murray, rhettinger |
| Date | 2011-02-18.19:58:30 |
| SpamBayes Score | 0.0021426415 |
| Marked as misclassified | No |
| Message-id | <1298059111.42.0.748317659699.issue11244@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The problem is that the "UNARY_NEGATIVE + LOAD_CONST" optimization, which occurs first in bytecode order, inserts a NOP and prevents the tuple optimization to work. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-02-18 19:58:31 | pitrou | set | recipients: + pitrou, rhettinger, mark.dickinson, r.david.murray, jdharper |
| 2011-02-18 19:58:31 | pitrou | set | messageid: <1298059111.42.0.748317659699.issue11244@psf.upfronthosting.co.za> |
| 2011-02-18 19:58:30 | pitrou | link | issue11244 messages |
| 2011-02-18 19:58:30 | pitrou | create | |