* Jonathan S. Shapiro: > As far as I know, there are *no* shipping collectors whose GC trigger > conditions are unpredictable. In every case, GC is an optional side effect > of allocation.
What about concurrent collectors? They compete for certain resources (CPU, memory bandwidth, some locks) with the mutator, and this is not very predictable. _______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
