Message352774
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. |
|
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 | |
|