mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 03:49:05 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() in a single statement, to be added later) o the unicodestrings are internally simply java.lang.String instances o at the language level, the unicodestrings are assignment-compatible with java.lang.String o constant strings can be implicitly converted to java.lang.String o since java.lang.String is immutable, in particular changing a single character in a string is extremely inefficient. This could be solved by letting unicodestring map to java.lang.StringBuilder, but that would make integration with plain Java code harder git-svn-id: branches/jvmbackend@18470 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |