From: <Pet...@ec...> - 2012-01-08 05:57:39
|
Hi Tim, You wrote: > It appears that most ArrayLists are created in the gnast-generated code. > Petra, how difficult would it be to create these lists using this other > constructor? It should be straightforward. The Java templates for the generated classes are in directory gnast/src/vm and you could just replace all occurrences of the default ArrayList constructor with the one you proposed. Changing the base class of most AST classes util/src/main/java/net/sourceforge/czt/base/impl/TermImpl.java might have a big influence on its own. Hope this helps, Petra |