fpc/rtl/java
Jonas Maebe 74510f9069 + generic infrastructure for target-specific switches
+ -CTcompactintarrayinit command line option to change the code generation
    for typed array of some kind of integer-type initialization so that it
    takes up less space in the bytecode (because the bytecode for all
    routines, including the class initialization code that contains the
    typed constant init code, is limited 64kb, large array or multiple
    array constants could fairly easily bump into that limit)

git-svn-id: branches/jvmbackend@19638 -
2011-11-14 22:57:41 +00:00
..
compproc.inc + {$VARPARACOPYOUTCHECK+/-} / -Cv switch to enable checking 2011-09-19 19:59:26 +00:00
jastringh.inc * the generic astrings.inc is now also used to the extent possible on 2011-08-29 22:59:03 +00:00
jastrings.inc * changed the parameters of the fpc_pchar_ansistr_intern_charmove() added in 2011-09-01 18:27:06 +00:00
java_sys.inc * catch JLRInvocationTargetException raised when using JLRMthod.invoke() to 2011-09-08 15:03:55 +00:00
java_sysh.inc * catch JLRInvocationTargetException raised when using JLRMthod.invoke() to 2011-09-08 15:03:55 +00:00
jdk15.inc * catch JLRInvocationTargetException raised when using JLRMthod.invoke() to 2011-09-08 15:03:55 +00:00
jdk15.pas * catch JLRInvocationTargetException raised when using JLRMthod.invoke() to 2011-09-08 15:03:55 +00:00
jdynarr.inc * moved general system includes accidentally put in jdynarr.inc to 2011-08-24 22:11:36 +00:00
jdynarrh.inc + support for threadvars in the JVM based on JLThreadLocal; see 2011-08-23 17:45:01 +00:00
jpvar.inc * catch JLRInvocationTargetException raised when using JLRMthod.invoke() to 2011-09-08 15:03:55 +00:00
jpvarh.inc * declare procvar constructors as "overload" so that the implicitly added 2011-08-20 08:33:24 +00:00
jrec.inc
jrech.inc
jset.inc * mark FpcBitSet as implementing JLCloneable so it can be cloned, 2011-08-23 15:25:35 +00:00
jseth.inc * mark FpcBitSet as implementing JLCloneable so it can be cloned, 2011-08-23 15:25:35 +00:00
jsstringh.inc * renamed Java-specific sstrings.inc/sstringh.inc to jsstrings.inc/ 2011-08-24 22:11:43 +00:00
jsstrings.inc * full implementation of all routines in rtl/inc/ustringh.inc (except for 2011-08-28 19:22:22 +00:00
jsystem.inc + support for range checking calculations with hlcgobj 2011-08-20 08:32:31 +00:00
jsystemh_types.inc * uncommented a bunch of pointer types 2011-08-20 08:33:54 +00:00
jsystemh.inc * the generic astrings.inc is now also used to the extent possible on 2011-08-29 22:59:03 +00:00
jtcon.inc + generic infrastructure for target-specific switches 2011-11-14 22:57:41 +00:00
jtconh.inc + generic infrastructure for target-specific switches 2011-11-14 22:57:41 +00:00
jtvar.inc * only make clone method accessible once if needed 2011-08-23 20:30:20 +00:00
jtvarh.inc + support for threadvars in the JVM based on JLThreadLocal; see 2011-08-23 17:45:01 +00:00
justringh.inc * full implementation of all routines in rtl/inc/ustringh.inc (except for 2011-08-28 19:22:22 +00:00
justrings.inc * fixed copy(unicodestring,x,y) with x<>1 (second parameter of 2011-11-10 18:53:39 +00:00
Makefile * the default string type for the JVM target is no longer automatically 2011-08-20 08:35:47 +00:00
Makefile.fpc * the default string type for the JVM target is no longer automatically 2011-08-20 08:35:47 +00:00
objpas.inc + support for array-of-const on the JVM target. Even though the 2011-08-20 08:34:00 +00:00
objpas.pp
objpash.inc + support for array-of-const on the JVM target. Even though the 2011-08-20 08:34:00 +00:00
rtl.cfg * extracted dynarray helpers from system unit into jdynarr.inc (were 2011-08-20 08:32:13 +00:00
rtti.inc * since enums are represented by classes in the JVM, initialize global 2011-08-20 08:33:02 +00:00
sysos.inc + support for range checking calculations with hlcgobj 2011-08-20 08:32:31 +00:00
sysosh.inc + support for range checking calculations with hlcgobj 2011-08-20 08:32:31 +00:00
sysres.inc * extracted dynarray helpers from system unit into jdynarr.inc (were 2011-08-20 08:32:13 +00:00
system.pp + generic infrastructure for target-specific switches 2011-11-14 22:57:41 +00:00