Patch from David Waite:
commit66a0aee5099d0cdd767e9bf69c7ef5c68d6040f1
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Thu, 3 Jan 2008 22:07:11 +0000 (3 22:07 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Thu, 3 Jan 2008 22:07:11 +0000 (3 22:07 +0000)
tree548799cbf22b701fa25d21bd8d4a79c977803fe9
parent4c60a1438e57eef4b9f08f848e79de9b6886ab2a
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: svn://mambo.cs.queensu.ca/ragel/trunk@365 052ea7fc-9027-0410-9066-f65837a77df0
rlgen-java/javacodegen.cpp