|
|
|
|
|
by fluffything
2431 days ago
|
|
`malloc` + `free` are unknown function calls, they can't be inlined, don't understand the semantics of your language, the strategy behind them is quite generic, etc. A GC that's integrated with a programming language can do much much better (different heaps for short and long lived allocations, for example). |
|