Re: [rth@redhat.com: libjava build times]

2005-05-06 Thread Ralf Wildenhues
* Joe Buck wrote on Fri, May 06, 2005 at 01:03:14AM CEST: > On Thu, May 05, 2005 at 11:25:53PM +0200, Ralf Wildenhues wrote: > > * Albert Chin wrote on Thu, May 05, 2005 at 09:20:50PM CEST: > > > On Thu, May 05, 2005 at 03:17:26PM +0200, Ralf Wildenhues wrote: > > > > > > > > Stuff like > > > >

Re: [rth@redhat.com: libjava build times]

2005-05-05 Thread Joe Buck
On Thu, May 05, 2005 at 11:25:53PM +0200, Ralf Wildenhues wrote: > Hi Albert, > > * Albert Chin wrote on Thu, May 05, 2005 at 09:20:50PM CEST: > > On Thu, May 05, 2005 at 03:17:26PM +0200, Ralf Wildenhues wrote: > > > That one still needs testing, but the idea is to kill all quadratic > > > loops

Re: [rth@redhat.com: libjava build times]

2005-05-05 Thread Ralf Wildenhues
Hi Albert, * Albert Chin wrote on Thu, May 05, 2005 at 09:20:50PM CEST: > On Thu, May 05, 2005 at 03:17:26PM +0200, Ralf Wildenhues wrote: > > That one still needs testing, but the idea is to kill all quadratic > > loops in the func_mode_link initialization: > > > > Stuff like > > compile_comma

Re: [rth@redhat.com: libjava build times]

2005-05-05 Thread Albert Chin
On Thu, May 05, 2005 at 03:17:26PM +0200, Ralf Wildenhues wrote: > That one still needs testing, but the idea is to kill all quadratic > loops in the func_mode_link initialization: > > Stuff like > compile_command="$compile_command $qarg" > is better written as > $ECHO " $qarg" >&FD_COMPILE_CO

Re: [rth@redhat.com: libjava build times]

2005-05-05 Thread Ralf Wildenhues
Hi Peter, * Peter O'Gorman wrote on Thu, May 05, 2005 at 02:13:31PM CEST: > Ralf Wildenhues wrote: > > | I'm pretty sure I can get it quite a bit faster even. The patches need > | cleanup so that they use allowed file names and work properly in corner > | cases as well, but those don't scale wit

Re: [rth@redhat.com: libjava build times]

2005-05-05 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralf Wildenhues wrote: | I'm pretty sure I can get it quite a bit faster even. The patches need | cleanup so that they use allowed file names and work properly in corner | cases as well, but those don't scale with the number of objects, so they | matte

Re: [rth@redhat.com: libjava build times]

2005-05-05 Thread Ralf Wildenhues
Hi Joe, others, * Ralf Wildenhues wrote on Wed, May 04, 2005 at 09:40:21PM CEST: > * Ralf Wildenhues wrote on Wed, May 04, 2005 at 06:30:57PM CEST: > > * Joe Buck wrote on Mon, May 02, 2005 at 08:01:49PM CEST: > > > > > > We really need something done about this problem, as it interferes > > > wit