Message 286313 - Python tracker
Message286313
| Author | methane |
|---|---|
| Recipients | methane, python-dev, serhiy.storchaka, vstinner |
| Date | 2017-01-26.13:55:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1485438930.6.0.972711390281.issue29259@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
While I feel your work is great, performance benefit seems very small, compared complexity of this patch. I think AST level optimize is more important. co_const and co_stacksize can be more small if constant folding is done in AST. And I think global cache (#10401 or #28158) is important too. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-01-26 13:55:30 | methane | set | recipients: + methane, vstinner, python-dev, serhiy.storchaka |
| 2017-01-26 13:55:30 | methane | set | messageid: <1485438930.6.0.972711390281.issue29259@psf.upfronthosting.co.za> |
| 2017-01-26 13:55:30 | methane | link | issue29259 messages |
| 2017-01-26 13:55:30 | methane | create | |