Thank you for the review.
Yes, this increases the binary size.
I have implemented this in the third version of this patch series, is that
what you had in mind?
Originally, this change increased the sizes of binaries 8-12 kB, but after
updating the master branch, this change would actually decreas
On Mon, Jul 31, 2023 at 1:07 PM Andrzej Turko via Gcc-patches
wrote:
>
> Currently fprintf calls logging to a dump file take line numbers
> in the match.pd file directly as arguments.
> When match.pd is edited, referenced code changes line numbers,
> which causes changes to many fprintf calls and,
Currently fprintf calls logging to a dump file take line numbers
in the match.pd file directly as arguments.
When match.pd is edited, referenced code changes line numbers,
which causes changes to many fprintf calls and, thus, to many
(usually all) .cc files generated by genmatch. This forces make
t