Re: [perl #38141] [PATCH] CFLAGS missed two files in src/ reorganization

2006-01-04 Thread Leopold Toetsch
jerry gay wrote: i'd like reports from a third compiler/arch to know how it should behave... enabled by default, or disabled. so far, we have: gcc - disabled It's not that easy and depends on a lot of factors (available mem is a major issue). Then there are some brpken gcc versions around. An

Re: [perl #38141] [PATCH] CFLAGS missed two files in src/ reorganization

2006-01-04 Thread jerry gay
On 1/4/06, Andy Dougherty <[EMAIL PROTECTED]> wrote: > And, just to be clear, that's building with > Configure.pl --optimize=??? > (that is, exactly what optimization flags did you use?) > configure.pl --optimize (which means i used perl's optimize flags: -MD -Zi -DNDEBUG -O1) ~jerry

Re: [perl #38141] [PATCH] CFLAGS missed two files in src/ reorganization

2006-01-04 Thread Andy Dougherty
On Wed, 4 Jan 2006, jerry gay via RT wrote: > On 1/4/06, Andy Dougherty <[EMAIL PROTECTED]> wrote: > > On Wed, 4 Jan 2006, Joshua Hoblitt via RT wrote: > > > I'm wondering if it's worth disabling optimizations for > > > those compilation units if nobody noticed a problem in the period

Re: [perl #38141] [PATCH] CFLAGS missed two files in src/ reorganization

2006-01-04 Thread jerry gay
On 1/4/06, Andy Dougherty <[EMAIL PROTECTED]> wrote: > On Wed, 4 Jan 2006, Joshua Hoblitt via RT wrote: > > I'm wondering if it's worth disabling optimizations for > > those compilation units if nobody noticed a problem in the period > > between the tree reorganization and the breakage

Re: [perl #38141] [PATCH] CFLAGS missed two files in src/ reorganization

2006-01-04 Thread Andy Dougherty
On Wed, 4 Jan 2006, Joshua Hoblitt via RT wrote: > Andy, > > Were you caught by either "takes too long" or "Overwhelms some > compilers."? Well, it hadn't quite overwhelmed the compiler yet -- it was swapping like mad for at least 20 minutes and still growing, and several other processes (incl

Re: [perl #38141] [PATCH] CFLAGS missed two files in src/ reorganization

2006-01-04 Thread Joshua Hoblitt
Andy, Were you caught by either "takes too long" or "Overwhelms some compilers."? I'm wondering if it's worth disabling optimizations for those compilation units if nobody noticed a problem in the period between the tree reorganization and the breakage of --optimize. Cheers, -J -- On Tue, Jan

[perl #38141] [PATCH] CFLAGS missed two files in src/ reorganization

2006-01-03 Thread Jerry Gay via RT
thanks, applied as r10874. ~jerry

[perl #38141] [PATCH] CFLAGS missed two files in src/ reorganization

2006-01-03 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #38141] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38141 > This patch fixes a couple of simple oversights falling out of the src/ reorganizatio