Message412348
> For example, see _Py_abspath
For functions which are commonly called in Python at runtime, it may be worth it to manually merged large local variables to save a few bytes on the stack when Python is built with -O0. For _Py_abspath(), this function is only called at startup, if I recall correctly, so it should be a big issue in practice. |
|
Date |
User |
Action |
Args |
2022-02-02 10:04:49 | vstinner | set | recipients:
+ vstinner, methane, corona10, pablogsal |
2022-02-02 10:04:49 | vstinner | set | messageid: <1643796289.36.0.539892675621.issue46600@roundup.psfhosted.org> |
2022-02-02 10:04:49 | vstinner | link | issue46600 messages |
2022-02-02 10:04:49 | vstinner | create | |
|