mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 12:07:58 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() o support for copying value parameters at the callee side if they were passed by reference in hlcg o JVM g_concatcopy() implementation for arrays o moved code to get length of an array from njvminl to hlcgcpu so it can be reused elsewhere as well o export array copy helpers from system unit for use when assigning one array to another o some generic support for types that are normally not implicit pointers, but which are for the JVM target (such as normal arrays) * handle assigning nil to a dynamic array by generating a setlength(x,0) node instead of by hardcoding a call to fpc_dynarray_clear, so target-specific code can handle it if required * hook up gethltemp() for JVM ttgjvm so array temps are properly allocated git-svn-id: branches/jvmbackend@18388 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |