On Tue, Sep 24, 2019 at 1:01 PM Paul Smith <p...@mad-scientist.net> wrote:
> The reason for the "special" code here is
> performance, and unfortunately the solution proposed will reduce
> performance by a measurable amount (not huge but measurable).

Paul, is this call to strlen that you are concerned with?
It is possible to optimize somewhat (at the expense of source code
simplicity) by having jhash_string take the length of the string from
the caller.
Atleast some of the callers (e.g. file.c) already call strlen.
Or are you concerned with the computation to update klen?

regards, Dmitry

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make
  • gmake-4.2.90 ... Dmitry Goncharov via Bug reports and discussion for GNU make
    • Re: gmak... Paul Smith
      • Re: ... Dmitry Goncharov via Bug reports and discussion for GNU make
      • Re: ... David A. Wheeler
      • Re: ... Edward Welbourne
        • ... Paul Smith
      • Re: ... Dmitry Goncharov via Bug reports and discussion for GNU make
    • Re: gmak... Paul Smith

Reply via email to