You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee=Noneclosed_at=<Date2022-02-10.14:11:41.189>created_at=<Date2022-02-02.09:08:27.836>labels= ['build', '3.11']
title='Exclude marshalled-frozen data if deep-freezing to save 300 KB space'updated_at=<Date2022-02-26.23:27:26.269>user='https://github.com/kumaraditya303'
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 bpo-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
New changeset bf95ff9 by Kumar Aditya in branch 'main': bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB space (GH-31074) bf95ff9
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: