From 57daeadfd83e8e0d35d11b1fbbc8e494385dbb34 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 19 Oct 2019 09:36:17 +0300 Subject: [PATCH] Updated The V language now compiles itself in 0.09 seconds (markdown) --- The-V-language-now-compiles-itself-in-0.09-seconds.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/The-V-language-now-compiles-itself-in-0.09-seconds.md b/The-V-language-now-compiles-itself-in-0.09-seconds.md index 6109276..27c0d45 100644 --- a/The-V-language-now-compiles-itself-in-0.09-seconds.md +++ b/The-V-language-now-compiles-itself-in-0.09-seconds.md @@ -17,8 +17,9 @@ This was achieved by several optimizations, like caching the `builtin` module an There are still a couple of things to optimize. By January 2020 it should drop to 0.06 seconds. -Everything has a price though: this is only for unoptimized builds, ~2 times slower than production builds. Running `v -prod` to make a production build is going to be several orders of magnitude slower. +Everything has a price though: this is only for unoptimized builds, which are ~2 times slower than production builds (this is still fast enough for a vast majority of users during the development cycle). Running `v -prod` to make a production build is going to be significantly slower. +### Easier bootstrapping without dependencies Another cool change is an even simpler bootstrapping process. Bootstrapping V has always been simple from the start: