From d73b36bbf1afcc9f4f90474cc4c1d13bff6149a2 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 8 Jun 2020 23:52:15 +0200 Subject: [PATCH] Updated On the benefits of using C as a language backend (markdown) --- On-the-benefits-of-using-C-as-a-language-backend.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/On-the-benefits-of-using-C-as-a-language-backend.md b/On-the-benefits-of-using-C-as-a-language-backend.md index c4a4707..b16e759 100644 --- a/On-the-benefits-of-using-C-as-a-language-backend.md +++ b/On-the-benefits-of-using-C-as-a-language-backend.md @@ -26,3 +26,6 @@ There is one clear drawback: you are limited by the capabilities of C. So far I' By the time of the 1.0 release, V will also have direct x64 machine code generation (similar to TCC), but the C backend will always be available, for production builds and for all supported platforms. With all that said, I'm open to an alternative LLVM backend. It's good to have multiple implementations. + +Update: +An LLVM backend is now developed by the community: https://github.com/vlang/v-llvm