]> git.ipfire.org Git - thirdparty/make.git/commit
* src/hash.c (jhash_string): Help the compiler optimize the hash
authorJustine Tunney <jtunney@gmail.com>
Sun, 6 Nov 2022 17:13:21 +0000 (12:13 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 13 Nov 2022 15:38:50 +0000 (10:38 -0500)
commit090d99dd2da676074145f64bce940f3867c613f1
treea7648ffcde1900470f387ac8617250921b9d4e59
parent6b45f89adb44527ece9d28dfb5d7365ee28d711d
* src/hash.c (jhash_string): Help the compiler optimize the hash

Invoke memcpy() with a constant length, where possible.

Copyright-paperwork-exempt: yes
src/hash.c