Re: exec size

2004-12-03 Thread Simon John
yeah i noticed that when i built it - and strip/upx etc. don't help much. i made sure i disabled debugging too. -- http://mail.python.org/mailman/listinfo/python-list

Re: exec size

2004-12-02 Thread Gerhard Haering
On Fri, Dec 03, 2004 at 10:53:30PM +0530, km wrote: > Hi Gerhard, > ya have tried stripping python2.4 it came to 952K. now does the size > diference before and after strip affect the runtime of a python program ? No, it only saves some space on disk. The interpreter doesn't need any less memory

Re: exec size

2004-12-02 Thread km
Hi Gerhard, ya have tried stripping python2.4 it came to 952K. now does the size diference before and after strip affect the runtime of a python program ? KM - On Thu, Dec 02, 2004 at 02:23:34PM +0100, Gerhard Haering wrote: > On

Re: exec size

2004-12-02 Thread Gerhard Haering
On Fri, Dec 03, 2004 at 10:14:48PM +0530, km wrote: > Hi all, > just curious to know why /usr/bin/python2.3 is 890K and > /usr/bin/python2.4 is 3.5M in linux ? Did you try already removing the debug symbols with strip(1)? -- Gerhard signature.asc Description: Digital signature -- http://mai

exec size

2004-12-02 Thread km
Hi all, just curious to know why /usr/bin/python2.3 is 890K and /usr/bin/python2.4 is 3.5M in linux ? tia, KM -- http://mail.python.org/mailman/listinfo/python-list