[Cs-dev] size of Csound Library
Date | 2008-09-08 13:38 |
From | Victor Lazzarini |
Subject | [Cs-dev] size of Csound Library |
I have just finished building the CsoundLib for OSX and realised that the size of binaries seems to be much bigger than 5.08. Why would that be? CsoundLib is 4.8MB when it used to be 700KB and libcsnd.dylib is 1MB when it used to be 198KB. I run strip -S and got the size to 1MB and 315KB respectively. However I never needed to do this in the past. Has anything changed in SConstruct that is producing larger binaries? Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2008-09-08 16:41 |
From | jpff |
Subject | Re: [Cs-dev] size of Csound Library |
There are some odd changes I have sizes from 5.08 and 5.09 and ignoring teh new parser which is large ... aops.o: New: 123796 Old: 69306 csound.o: New: 57330 Old: 45119 ugrw1.o: New: 18296 Old: 16320 cscorfns.o: New: 12166 Old: 8084 The rest l;ook like drift Will look at aops.c now! Increase sems to be mainly in data not code ==John ff ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2008-09-08 16:51 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] size of Csound Library |
Somehow buildRelease=1 is not removing -g from compilation, which it used to be. I built with noDebug=1 and got the stripped binary sizes, which are OK. I have uploaded a beta for Intel OSX10.4; All new except manual, which I'll prepare for full release. Victor At 16:41 08/09/2008, you wrote: >There are some odd changes > >I have sizes from 5.08 and 5.09 and ignoring teh new parser which is >large ... > >aops.o: New: 123796 Old: 69306 >csound.o: New: 57330 Old: 45119 >ugrw1.o: New: 18296 Old: 16320 >cscorfns.o: New: 12166 Old: 8084 > >The rest l;ook like drift > >Will look at aops.c now! Increase sems to be mainly in data not code >==John ff > >------------------------------------------------------------------------- >This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >Build the coolest Linux based applications with Moblin SDK & win great prizes >Grand prize is a trip for two to an Open Source event anywhere in the world >http://moblin-contest.org/redirect.php?banner_id=100&url=/ >_______________________________________________ >Csound-devel mailing list >Csound-devel@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/csound-devel Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |