Modern compilers for ye olde architectures

"Luke A. Guest" <laguest@archeia.com>
Tue, 5 Oct 2021 13:22:47 +0100

          From comp.compilers

Related articles
Modern compilers for ye olde architectures laguest@archeia.com (Luke A. Guest) (2021-10-05)
Re: Modern compilers for ye olde architectures david.brown@hesbynett.no (David Brown) (2021-10-05)
Re: Modern compilers for ye olde architectures DrDiettrich1@netscape.net (Hans-Peter Diettrich) (2021-10-05)
Re: Modern compilers for ye olde architectures derek@NOSPAM-knosof.co.uk (Derek Jones) (2021-10-06)
Re: Modern compilers for ye olde architectures laguest@archeia.com (Luke A. Guest) (2021-10-06)
Re: Modern compilers for ye olde architectures anton@mips.complang.tuwien.ac.at (2021-10-06)
Re: Modern compilers for ye olde architectures theom+news@chiark.greenend.org.uk (Theo) (2021-10-06)
[9 later articles]
| List of all articles for this month |

From: "Luke A. Guest" <laguest@archeia.com>
Newsgroups: comp.compilers
Date: Tue, 5 Oct 2021 13:22:47 +0100
Organization: Aioe.org NNTP Server
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
Content-Language: en-GB

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.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.