Message412346
This reduces the size of the data segment by 300 KB of the executable because if the modules are deep-frozen then the marshalled frozen data just wastes space. This was inspired by comment by @gvanrossum in #29118 (comment). Note: There is a new option `--deepfreeze-only` in freeze_modules.py to change this behavior, it is on be default to save disk space.
# du -s ./python before
27892 ./python
# du -s ./python after
27524 ./python |
|
| Date |
User |
Action |
Args |
| 2022-02-02 09:08:27 | kumaraditya | set | recipients:
+ kumaraditya, gvanrossum |
| 2022-02-02 09:08:27 | kumaraditya | set | messageid: <[email protected]> |
| 2022-02-02 09:08:27 | kumaraditya | link | issue46608 messages |
| 2022-02-02 09:08:27 | kumaraditya | create | |
|