From 956b930965513af3f611c55e5cf5aba31311df6c Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 17 Jun 2020 10:39:47 -0400 Subject: [PATCH] Update vlang-update-2020-06-17.markdown --- blog/vlang-update-2020-06-17.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/vlang-update-2020-06-17.markdown b/blog/vlang-update-2020-06-17.markdown index 0811cd7..f0fb253 100644 --- a/blog/vlang-update-2020-06-17.markdown +++ b/blog/vlang-update-2020-06-17.markdown @@ -102,7 +102,7 @@ $ valgrind ./v hello.v ``` It seems that the memory managment really is a work in progress. This increase in -leakage means that the compiler building itself now creates `30,409,141` bytes of +leakage means that the compiler building itself now creates `7,232,779` bytes of leaked ram (which if i recall is actually a remarkable improvement). However, `hello world` seems to leak again: