Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Thu, 1 Feb 2001 19:00:25 -0500 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: -fomit-frame-pointer Message-ID: <20010201190025.B11535@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <20010201085149 DOT C4545 AT redhat DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: ; from khan@NanoTech.Wisc.EDU on Thu, Feb 01, 2001 at 10:40:07AM -0600 On Thu, Feb 01, 2001 at 10:40:07AM -0600, Mumit Khan wrote: >On Thu, 1 Feb 2001, Christopher Faylor wrote: > >> You can't compile every file like this or you'll screw up signal handling >> badly, but it seems to work on selected files. I wonder if it is worth >> using this option on some files or if the maintenance won't be worth it. > >I only tried on a set of files where the frame info shouldn't have >mattered, but I definitely didn't pay enough attention nor did I have >enough knowledge of the internals to get it right. I would guess that >Linux kernel hackers can probably point out the maintainence issues >and various gotchas to look out for, but without that, I doubt if it's >worth the hassle. I tried it on a few files that should be 100% safe and things seemed to work but then I got enthusiastic and tried it on a whole bunch more. I could do an 'ls' in bash. It displayed the files and then died. You're probably right, though. It would be interesting to benchmark a cygwin built with and without the option to see if there was a noticeable change but I'm not going to do that anytime soon. cgf