From 1bbf57412b8201cdd88f38617757387caa4d7d40 Mon Sep 17 00:00:00 2001 From: Vishwa Mehta Date: Fri, 12 Jul 2024 18:46:32 +0530 Subject: [PATCH] Update 2024-07-12-a-closer-look-at-via-ir.md (#106) --- src/posts/2024-07-12-a-closer-look-at-via-ir.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posts/2024-07-12-a-closer-look-at-via-ir.md b/src/posts/2024-07-12-a-closer-look-at-via-ir.md index e939c478..96c31d74 100644 --- a/src/posts/2024-07-12-a-closer-look-at-via-ir.md +++ b/src/posts/2024-07-12-a-closer-look-at-via-ir.md @@ -2,7 +2,7 @@ title: 'A Closer Look at Via-IR' date: '2024-07-12' author: Solidity Team -category: Releases +category: Explainers --- In its current default settings, the Solidity compiler does not transform the code into any intermediate representation (IR) for generating EVM bytecode but does it in a direct fashion. There is, however, the more recently developed via-IR compilation pipeline , which employs the Yul programming language as an intermediate representation.