2020年6月26日金曜日

V言語のメモリーリークレスは、開発途中らしいです。Memory leakless in V language seems to be under development.

https://mobile.twitter.com/mattn_jp/status/1143398904207036418
シェアしました。

mattn
@mattn_jp
V言語のメモリ管理はGCもないしリファレンスカウンタもない。関数スコープ抜けたらスコープ内のメモリ解放するっていうスタンスで作り始めたんだろうけど、おそらく関数の外にヒープメモリを持って行った際にどう扱っていいか迷ってて現状メモリは何も解放してないのです。

https://github.com/vlang/v/blob/353a6edb7c2389d5d10cb0b68ff9504dd54cf392/compiler/fn.v#L413-L414

mattn
@mattn_jp
Memory management of V language has neither GC nor reference counter. I think I started with the stance of releasing the memory in the scope when I exited the function scope, but I was wondering how to handle it when I brought the heap memory outside the function and released the current memory nothing There is no.

0 コメント:

コメントを投稿