mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 20:59:26 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() methods. Implementing a fully functional g_external_wrapper() for llvm is quite hard, and the regular wrapper method that calls FPC_ABSTRACTERROR can in principle be optimized to a plain jump by tail call optimisation on other targets (to the extent that this matters, because most of them will be smartlinked away, and the ones that are executed will trigger an exception) o this means that the synthetic method generation needs to be run for all objectdefs on all platforms now, rather than only for Java classes git-svn-id: trunk@34127 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |