This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kumaraditya
Recipients FFY00, christian.heimes, eric.snow, gvanrossum, kumaraditya, methane
Date 2022-01-07.11:15:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641554146.97.0.931764646287.issue45661@roundup.psfhosted.org>
In-reply-to
Content
Can you elaborate a bit about "This can have negative affects for performance" as I think freezing modules has only one downside of increasing binary size ?

> For WASM builds we want to make the wasm binary as small as possible.

If WASM would become an officially supported platform then there can be a patch to disable freezing on such platforms otherwise I don't see how because of WASM we cannot deepfreeze for other platforms which benefit from it.
History
Date User Action Args
2022-01-07 11:15:47kumaradityasetrecipients: + kumaraditya, gvanrossum, christian.heimes, methane, eric.snow, FFY00
2022-01-07 11:15:46kumaradityasetmessageid: <1641554146.97.0.931764646287.issue45661@roundup.psfhosted.org>
2022-01-07 11:15:46kumaradityalinkissue45661 messages
2022-01-07 11:15:46kumaradityacreate