|
|
|
|
|
by kgeist
1524 days ago
|
|
>But it's not finished yet. We saw a better performance with a GC (due to all the extra copying autofree has to do), and made it the default On vlang.io I can find this: >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 GC. So it's been 2 years and it's still unfinished, and you just use Boehm GC instead (from what I understood). Isn't your landing page a little misleading? This is the problem with V: a lot of grandiose claims but at the end of the day you use a GC used in every other toy language. |
|
Note: right now autofree is hidden behind the -autofree flag. It will be enabled by default in V 0.3.
Using gc means it's a toy language? Got you.