[antlr-dev] Re: [antlr-interest] generating cyclic state machines in Java

Terence Parr parrt at cs.usfca.edu
Thu Feb 9 13:29:01 PST 2006


On Feb 9, 2006, at 12:56 PM, Matt Benson wrote:

> Not much to add here, and am interested to see what
> else Jeff says, but I seriously doubt Java would wipe
> the contents of arrays for which initial values are
> provided... working on the assumption that over the
> ten years of Java's evolution somebody smarter than I
> has touched each of the major JREs...

I hope!  I am also going to probably allocate one big 1D array and  
then simulate the 2D array rather than let it create n arrays for n  
DFA states.  Slows down GC etc...

Ter


More information about the antlr-interest mailing list