Message176005
The size of the .pyc files is secondary. The size that is important is the memory footprint of loaded code objects, which can be done by stripping and folding code objects.
This works springs out of work for embedding python on the PS3 console where every byte counts. |
|
Date |
User |
Action |
Args |
2012-11-20 16:32:55 | kristjan.jonsson | set | recipients:
+ kristjan.jonsson, loewis, gregory.p.smith, mark.dickinson, pitrou, christian.heimes, serhiy.storchaka |
2012-11-20 16:32:55 | kristjan.jonsson | set | messageid: <1353429175.16.0.662631249842.issue16475@psf.upfronthosting.co.za> |
2012-11-20 16:32:55 | kristjan.jonsson | link | issue16475 messages |
2012-11-20 16:32:54 | kristjan.jonsson | create | |
|