Comment by amedvednikov

3 years ago

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

  • You can actually compile the V compiler with -autofree.

    The resulting executable however does segfault - try it with:

        ./v -autofree -o x cmd/v
        ./x version
    

    You seem to talk a lot about things, that you are not well informed about.

    • > The resulting executable however does segfault

      Doesn't give lot of confidence that it works, does it?

      > You seem to talk a lot about things, that you are not well informed about.

      Unlucky for you, it's not discord, you can't ban me here. So freaking deal with it.

      1 reply →