Patch from David Waite:
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Thu, 3 Jan 2008 22:07:11 +0000 (22:07 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Thu, 3 Jan 2008 22:07:11 +0000 (22:07 +0000)
commita0aa05a29a2aed487c2525f603caf211c05203b6
tree548799cbf22b701fa25d21bd8d4a79c977803fe9
parent87670e794292b6073d2469aa3d6a5d58d704b9d9
Patch from David Waite:

Large arrays are now created by copying in the data from smaller arrays using
System.arraycopy(). This eliminates the debug data associated with explicit
initialization statements. It is also much easier on the java compiler which
can run out of memory compiling very large machines. The downside is that it
takes slightly longer to initialize static data.

git-svn-id: http://svn.complang.org/ragel/trunk@365 052ea7fc-9027-0410-9066-f65837a77df0
rlgen-java/javacodegen.cpp