Again!! Same video you've been throwing on whoever asks about "autofree", knowing very well that it doesn't work.
I asked this question before and was banned on discord, do you have control flow graph analysis anywhere in V? If not, how do you suppose your autofree engine would work flawlessly?
And that's why vinix [1] is full of manual free calls? That tells how good autofree is, isn't it? Can you compile v compiler with autofree? Last time I checked, you can't.
Again!! Same video you've been throwing on whoever asks about "autofree", knowing very well that it doesn't work.
I asked this question before and was banned on discord, do you have control flow graph analysis anywhere in V? If not, how do you suppose your autofree engine would work flawlessly?
Also, we now have an operating system Vinix, which uses autofree. Does that work as a proof for you or is that also not enough?
And that's why vinix [1] is full of manual free calls? That tells how good autofree is, isn't it? Can you compile v compiler with autofree? Last time I checked, you can't.
[1] https://github.com/vlang/vinix/search?q=free&type=code
6 replies →
Nobody bans for questions.
And the video I posted proves that it works. Keeping saying "it doesn't work" is ridiculous.
Your demo includes code that uses manual memory management because of autofree bugs.
https://github.com/vlang/ved/blob/9b85e6291c9fe9135db1e300de...