|
|
|
|
|
by bheadmaster
1032 days ago
|
|
Here's a direct quote from the documentation [0] from 2021: > Most objects (~90-100%) are freed by V's autofree engine: the compiler inserts necessary free calls automatically during compilation. Remaining small percentage of objects is freed via reference counting. So most objects are freed by the autofree engine, and the rest are freed via reference counting. This implies that no objects are freed by the GC, which is exactly what I've said. Please stop gaslighting people. [0] https://web.archive.org/web/20210315092012/https://github.co... |
|
RC was later replaced with a tracing GC.
RC is a type of GC btw, so...