Message 352774 - Python tracker
Message352774
| Author | vstinner |
|---|---|
| Recipients | ammar2, gregory.p.smith, malin, sir-sigurd, vstinner, zach.ware |
| Date | 2019-09-19.08:54:51 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1568883291.98.0.798322373178.issue38205@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I like the idea of implementing Py_UNREACHABLE() as a function. Would it make sense to even declare it as a regular function rather than a static inline function? What is the benefit of inlining here? Inlining can make the code larger, rather than a function call at the machine code level is shorter. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-09-19 08:54:52 | vstinner | set | recipients: + vstinner, gregory.p.smith, zach.ware, malin, ammar2, sir-sigurd |
| 2019-09-19 08:54:51 | vstinner | set | messageid: <1568883291.98.0.798322373178.issue38205@roundup.psfhosted.org> |
| 2019-09-19 08:54:51 | vstinner | link | issue38205 messages |
| 2019-09-19 08:54:51 | vstinner | create | |