Path: csiph.com!weretis.net!feeder6.news.weretis.net!news.misty.com!news.iecc.com!.POSTED.news.iecc.com!nerds-end From: "Luke A. Guest" Newsgroups: comp.compilers Subject: Modern compilers for ye olde architectures Date: Tue, 5 Oct 2021 13:22:47 +0100 Organization: Aioe.org NNTP Server Lines: 12 Sender: news@iecc.com Approved: comp.compilers@iecc.com Message-ID: <21-10-007@comp.compilers> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="29823"; mail-complaints-to="abuse@iecc.com" Keywords: history, architecture, question Posted-Date: 05 Oct 2021 13:35:44 EDT X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com Content-Language: en-GB Xref: csiph.com comp.compilers:2715 Hi, I have a Z80 project in mind and would like to build a compiler for a Z80. I was wondering if modern backend techniques can be applied successfully for these old CPU's, i.e. SSA. I know GCC has backends for some older architectures, but these do weird gymnastics such as implementing a virtual cpu in rtl and then lowering further. Thanks, Luke.