mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 23:38:06 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() Optimized to minimize load latency and icache usage. Together with the previous fpc_ansistr_decr_ref optimization this little test programm runs about 40% faster. program stringspeed; procedure test(s:string); begin end; var s:string; i: cardinal; begin s:='abcd'; for i:=0 to $FFFFFF do test(s); end. Even with s:='' it's about 30% faster. git-svn-id: trunk@22035 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |