mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 11:29:16 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() var-parameters on the JVM target for changes to the value passed as var-parameter during the function call (because they are handled via copy-in/copy-out, this may indicate unexpected bahviour later on). out-parameters are checked in the same way, except if the out-parameter is a local variable because then reading it before the call may result in a bytecode verification error (since the variable may not yet be initialized) git-svn-id: branches/jvmbackend@19153 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |