mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-22 15:09:53 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() on the stack, this can be enabled by -OoFORCENOSTACKFRAME. This reduces the required entry/exit code and makes an extra register available to the compiler. However, since this is based on an estimation of the required stack size, it might have two drawbacks: either the stack frame is estimated to big, the program requires a bigger stack than needed or it is estimated too small, then the compiler throws an internalerror during compilation. These issues can be overcome as soon as the compiler supports recompiling subroutines if needed. git-svn-id: trunk@27239 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |