|
|
|
|
|
by scott_s
3535 days ago
|
|
> For example a copying GC could mean that you can allocate with a simple thread local bump pointer. This is equally true for explicit memory allocation. The point is that on some allocations under GC, it will have to collect garbage. And collecting garbage will tend to be more expensive than explicit frees, because it usually has to do work to discover what is garbage. |
|