This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libstdc++ configure time


On Sun, Mar 18, 2001 at 08:04:14PM -0500, David Edelsohn wrote:
> 	Complaining about default shells on various platforms does not
> really address the problem.  The slow configure problem has been reported
> since last Spring/Summer.  The other issue that was discovered is the
> repeated save and restores of AC_LANG_SAVE/AC_LANG_RESTORE in inner feture
> test loops.

That's already been addressed; we just test for lots fewer things now,
and thereby do fewer loops.  That's the only issue with slowness that's
appeared until now; nobody's complained since those changes were made.

I've tried converting the entire script to use C++ by default (since
that's the environment under which all this will operate anyhow), but got
lots of weird failures in otherwise-good tests.  And again, the part that
causes slowdowns is where we're testing for correctness during C linkage.
We have to change to C for that.


Phil

-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]