Sujet : Re: transpiling to low level C
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 15. Dec 2024, 05:31:07
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vjlm2b$dfpo$1@dont-email.me>
References : 1
User-Agent : Pan/0.161 (Chasiv Yar; )
On Sun, 15 Dec 2024 00:05:13 -0300, Thiago Adams wrote:
- Use C as an intermediate language to feed a backend (any C compiler
can act as the backend).
The backend can then focus solely on code generation.
Would this be for architectures not already covered by LLVM?