New array generation for Java. For a single array a series of initialization
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sun, 11 Feb 2007 05:56:19 +0000 (05:56 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sun, 11 Feb 2007 05:56:19 +0000 (05:56 +0000)
commit2faab624500056bf148e98cfa999d0e46e249008
tree63bfa24aa94a1d7f894ee5767c5ebd899c4718f2
parentb77a6a027a56d00a556fbed16b4bf340d34f9241
New array generation for Java. For a single array a series of initialization
functions are created, with each function only handling a max number of
elements. This compiles to something very similar to what the java compiler
produces for literally specified arrays, except we use multiple functions and
can therefore handle arrays which would cause the "code too large" error if
specified with a list of literal values.

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