mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 00:48:31 +02:00
![]() 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 - |
||
---|---|---|
.. | ||
aasmcpu.pas | ||
agx86att.pas | ||
agx86int.pas | ||
agx86nsm.pas | ||
cga.pas | ||
cgx86.pas | ||
cpubase.pas | ||
hlcgx86.pas | ||
itcpugas.pas | ||
itx86int.pas | ||
nx86add.pas | ||
nx86cal.pas | ||
nx86cnv.pas | ||
nx86con.pas | ||
nx86inl.pas | ||
nx86mat.pas | ||
nx86set.pas | ||
rax86.pas | ||
rax86att.pas | ||
rax86int.pas | ||
rgx86.pas | ||
x86ins.dat | ||
x86reg.dat |