Message 215170 - Python tracker
Message215170
| Author | ncoghlan |
|---|---|
| Recipients | alex, benjamin.peterson, eryksun, holdenweb, methane, ncoghlan, pitrou, rhettinger, vstinner |
| Date | 2014-03-30.06:04:56 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1396159497.18.0.168122875707.issue21074@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I'm marking this as a duplicate of issue 11549 (which is about building out an AST optimiser), mostly because I don't think this kind of parameter tweaking makes sense with the current peephole optimiser. With a more sophisticated Python implemented optimiser earlier in the pipeline, it becomes more reasonable to make smarter decisions about space/speed trade-offs when dealing with sequence repetition, and even just really large integer values. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-03-30 06:04:57 | ncoghlan | set | recipients: + ncoghlan, rhettinger, holdenweb, pitrou, vstinner, benjamin.peterson, alex, methane, eryksun |
| 2014-03-30 06:04:57 | ncoghlan | set | messageid: <1396159497.18.0.168122875707.issue21074@psf.upfronthosting.co.za> |
| 2014-03-30 06:04:57 | ncoghlan | link | issue21074 messages |
| 2014-03-30 06:04:56 | ncoghlan | create | |