Update vlang-update-2020-06-17.markdown

This commit is contained in:
Cadey Ratio 2020-06-17 10:39:47 -04:00 committed by GitHub
parent eaf6c9469d
commit 956b930965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: