From 477d820e7b3054980ea1b936ecb2945c0e6465e8 Mon Sep 17 00:00:00 2001 From: "Vladimir N. Makarov" Date: Fri, 17 May 2024 08:32:42 -0400 Subject: [PATCH] Make code size calculation for MIR more clear. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee93ce49f6..f56a1500c0 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ The executable is "configurable" with environment variables: [2] is based on the best wall time of 10 runs with used MIR-generator optimization level 2 - [3] is based on stripped sizes of cc1 for GCC and MIR core and interpreter or generator for MIR + [3] is based on stripped sizes of cc1 for GCC and C2MIR, MIR core, interpreter, and generator for MIR [4] is based on all source files excluding tests