gback at cs.utah.edu said: > Incremental gc does a bit of gc at every allocation. Both > asynchronous and incremental gc require barriers. So the garbage collector in Kaffe is currently neither incremental nor asynchronous and just kicks in when object allocation fails because of an out-of-memory condition? Davor