bug-gnulib
[Top][All Lists]
Advanced

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

Re: reduce forks during autoconf


From: Bruno Haible
Subject: Re: reduce forks during autoconf
Date: Wed, 14 May 2008 12:08:49 +0200
User-agent: KMail/1.5.4

Eric Blake wrote:
> for this particular usage, I don't think we will ever use
> AC_REPLACE_FUNC with a file name that falls in this category.

Yes, and the used of prefixed identifiers (prefix "AC_", "gl_" etc.) for
active macros pretty much excludes that any file name or function name gets
active in the gl_LIBSOURCES_LIST.

Btw, does the use of m4_append_uniq cause quadratic runtime? I.e. when
there are n invocations of AC_LIBSOURCES, will the time spent in the
m4_append_uniq calls be O(n²) total? Would it be O(n) total if m4_append was
used instead?

Bruno





reply via email to

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