Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <3C6D31C4.2010800@syntrex.com> Date: Fri, 15 Feb 2002 17:05:24 +0100 From: Pavel Tsekov User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Robert Collins CC: cygwin-apps AT sources DOT redhat DOT com Subject: Re: setup w/char* eliminated is big References: <011401c1b53b$01de5350$0200a8c0 AT lifelesswks> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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.