mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 12:29:25 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() * fpc_help_constructor: call platform-optimized version of FillChar directly instead of going through generic overloaded version. * don't compile software multiplication routines if not necessary (the interface part already has similar $ifdef around) * fpc_shortstr_append_shortstr: use sizeint instead of integer (the latter is 16-bit, produces less efficient code on most platforms) git-svn-id: trunk@19727 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |