Message285191
| Author | serhiy.storchaka |
|---|---|
| Recipients | python-dev, serhiy.storchaka, steve.dower, vstinner |
| Date | 2017-01-11.06:48:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1484117326.14.0.846107232096.issue29234@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
What is a stack usage effect of disabling inlining _PyStack_AsTuple()? Does it impact performance? Should inlining _PyStack_AsDict() be disabled too? Is it worth to extract slow paths of _PyObject_FastCallDict() and _PyObject_FastCallKeywords() into separate non-inlined functions? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-01-11 06:48:46 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, python-dev, steve.dower |
| 2017-01-11 06:48:46 | serhiy.storchaka | set | messageid: <1484117326.14.0.846107232096.issue29234@psf.upfronthosting.co.za> |
| 2017-01-11 06:48:46 | serhiy.storchaka | link | issue29234 messages |
| 2017-01-11 06:48:46 | serhiy.storchaka | create | |