setup w/char* eliminated is big

Pavel Tsekov ptsekov@syntrex.com
Fri Feb 15 08:05:00 GMT 2002



Robert Collins wrote:

> Ok,
>  finally got some breathing time.
> 
> Setup with char * eliminated is ~350K. Ouch.
> 
> This is why I've not committed my patch yet (I've been trying to see
> *where* the extra 100K appeared from).


You have four 'inline' - I know they're small in size, but three of them 
are the most commonly used methods (the default and the copy constructor 
and also the 'operator ='). Remove the 'inline' modifier and see if the
executable gets smaller.



More information about the Cygwin-apps mailing list