Manfred Bergmann writes: > Hi, > > sorry for that silly question because with > nogc.cc libgcj is probably using no garbage collector. > But, how can that work, java with no gc? > How do memory allocation and freeing work then? Memory allocation works; freeing doesn't. Andrew.