From e9caf064def814a6ee973a9bf29cd6ccd4ae1a73 Mon Sep 17 00:00:00 2001 From: drmortalwombat <90205530+drmortalwombat@users.noreply.github.com> Date: Thu, 25 Nov 2021 07:34:18 +0100 Subject: [PATCH] Fixed type in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7718ca..ca9a0f9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A C compiler for the 6502 thus generates large binaries if it translates to nati The resulting compiler is a frankenstein constructed from a converted javascript parser a intermediate code optimizer based on a 15 year old compiler for 64bit x86 code and some new components for the backend. -The performance of interpreted code is clearly not as good as native machine code but the penalty for 16bit code is around 40-50% and less than 10% for floating point. Code that can use 8bit my suffer up to a factor of 10 to 20. +The performance of interpreted code is clearly not as good as native machine code but the penalty for 16bit code is around 40-50% and less than 10% for floating point. Code that can use 8bit may suffer up to a factor of 10 to 20. The goal is to implement the actual C standard and not some subset for performance reasons. So the compiler must support: