mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 11:08:15 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() verifier when -Cpjvmdalvik is used (including debug information). Using -Cpjvmdalvik changes the semantics at the language-level in one case: boolean(bytevar) will no longer return a boolean that contains the same value as bytevar did, but will map the value to 0/1 (that also means that such expressions cannot be passed to var-parameters in case of -Cpjvmdalvik). Code compiled with -Cpjvmdalvik will also work fine on the regular JVM, but it may be somewhat slower (it won't necessarily be slower on Dalvik, because the .class -> .dex transformation applies many optimizations itself) git-svn-id: branches/jvmbackend@19743 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |