On Sat, 1 Sep 2018, Jakub Jelinek wrote:
> Couldn't we do something smarter than this?
> Noticed while debugging why our bisect seed machine spends over 2 minutes in
> sed when handling config.status, and the reason apparently was that it has
> " : (reconfigured) " string in it 37753 times, so alm
Hi!
In gcc/configure.ac, we have:
changequote(,)dnl
# Compile in configure arguments.
if test -f configargs.h ; then
# Being re-configured.
gcc_config_arguments=`grep configuration_arguments configargs.h | sed
-e 's/.*"\([^"]*\)".*/\1/'`
gcc_config_arguments="$gcc_config_a