bug-gawk
[Top][All Lists]
Advanced

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

Re: [bug-gawk] speed regression when doing math with gawk 5


From: Andrew J. Schorr
Subject: Re: [bug-gawk] speed regression when doing math with gawk 5
Date: Sun, 21 Apr 2019 14:06:22 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

On Sun, Apr 21, 2019 at 09:27:20AM -0600, address@hidden wrote:
> I have applied Andy Schorr's patch to the code base and pushed to Git.

Thanks Arnold. Would it be wise to add a new test case?

yes a b c | sed 5q | /bin/gawk '{$0 = ++i; print $1}'

Actually, this simplified version works finds the issue:
   gawk 'BEGIN {$0 = 1; print $1}'

Regards,
Andy



reply via email to

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