bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: filter-out, very slow?


From: Sam Ravnborg
Subject: Re: filter-out, very slow?
Date: Fri, 30 Jan 2004 19:19:38 +0100
User-agent: Mutt/1.4.1i

On Fri, Jan 30, 2004 at 12:34:50PM -0500, Daniel Shane wrote:
> For users, that means that instead of
> 
> $(filter-out $(str1), $(str2))
> 
> it woudl become
> 
> $(filter-out ($sort $(str1)), ($sort $(str2)))

That would in some usages have influence on linking order, which
will be a disaster to track down.

But any speed improvements in filter* functions would be most welcome.
During a linux kernel compile 2 or more filter* functions is used for
each single target visitited. On top of this a number of filter* functions
is used for each Makefile.

Yup, it's open source. But not enough time :-(

        Sam




reply via email to

[Prev in Thread] Current Thread [Next in Thread]