> Running a GC takes time, pollutes the cache, and is often run at an unpredictable time.
Isn’t this only the case for tracing garbage collectors? (And even then, not all of them are stop-the-world.)
> Running a GC takes time, pollutes the cache, and is often run at an unpredictable time.
Isn’t this only the case for tracing garbage collectors? (And even then, not all of them are stop-the-world.)