mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 00:28:24 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() As fpc_ansistr_decr_ref is a very often called procedure in typical pascal programs this optimized version will shave off some cycles compared to the generic one. It tries to avoid load latencies as much as possible and also uses the new Z-flag functionality of the InterlockedDecrement from the previous patch. Also FreeMem is called as a tail-function. git-svn-id: trunk@22034 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |