mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-31 06:02:41 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() instead of a "div" to truncate the hash to the table size * prefetch the string we are looking for - removed the optimization whereby the length and the last character are checked before the entire string is compared during the hashtable searching, because this does not help anymore (our hash funcion is better than when this was added, and we also have a special "equals" string comparison function nowadays that also first checks the length) git-svn-id: trunk@15516 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |