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) |
Re: Modern compilers for ye olde architectures laguest@archeia.com (Luke A. Guest) (2021-10-06) |
Re: Modern compilers for ye olde architectures pkk@spth.de (Philipp Klaus Krause) (2021-10-06) |
[7 later articles] |
From: | Hans-Peter Diettrich <DrDiettrich1@netscape.net> |
Newsgroups: | comp.compilers |
Date: | Tue, 5 Oct 2021 22:12:46 +0200 |
Organization: | Compilers Central |
References: | 21-10-007 |
Injection-Info: | gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="31462"; mail-complaints-to="abuse@iecc.com" |
Keywords: | history |
Posted-Date: | 05 Oct 2021 21:33:43 EDT |
In-Reply-To: | 21-10-007 |
Content-Language: | de-DE |
On 10/5/21 2:22 PM, Luke A. Guest wrote:
> 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.
I wonder what's the purpose of such compilers. Let a Z80 emulate some
supported CPU and be happy :-)
DoDi
[Maybe it's retrocomputing, maybe it's some device with an embedded Z80.
If that's all the computing you need, why pay for more? -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.