From d93d0f361b1c4cbfe6de449eee02c05b2cd660a6 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 3 Jan 2020 17:01:50 -0500 Subject: [PATCH] Update v-vvork-in-progress-2020-01-03.markdown --- blog/v-vvork-in-progress-2020-01-03.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/blog/v-vvork-in-progress-2020-01-03.markdown b/blog/v-vvork-in-progress-2020-01-03.markdown index 731dea5..a0d0def 100644 --- a/blog/v-vvork-in-progress-2020-01-03.markdown +++ b/blog/v-vvork-in-progress-2020-01-03.markdown @@ -309,6 +309,10 @@ means that the compiler has overall gained 0.8 megabytes of leak in the last 6 months. This is worrying, given that V claims to not have a garbage collector. I can only wonder how much ram was leaked when building that giant module. +> If your V program compiles, it's guaranteed that it's going to be leak free. + +Quoted [from here](https://web.archive.org/web/20200103220131/https://vlang.io/docs). + For giggles, let's see if V in module mode leaks ram somehow: ```console