Message 409958 - Python tracker

Message409958

Author christian.heimes
Recipients FFY00, christian.heimes, eric.snow, gvanrossum, kumaraditya, methane
Date 2022-01-07.11:06:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641553611.63.0.186685124239.issue45661@roundup.psfhosted.org>
In-reply-to
Content
Deep freezing is not a miracle cure for startup performance issues. Every additional frozen module increases the size of the main binary / shared library. This can have negative affects for performance and usability, too. For WASM builds we want to make the wasm binary as small as possible.
History
Date User Action Args
2022-01-07 11:06:51christian.heimessetrecipients: + christian.heimes, gvanrossum, methane, eric.snow, FFY00, kumaraditya
2022-01-07 11:06:51christian.heimessetmessageid: <1641553611.63.0.186685124239.issue45661@roundup.psfhosted.org>
2022-01-07 11:06:51christian.heimeslinkissue45661 messages
2022-01-07 11:06:51christian.heimescreate