Sujet : Re: transpiling to low level C
De : thiago.adams (at) *nospam* gmail.com (Thiago Adams)
Groupes : comp.lang.cDate : 15. Dec 2024, 11:44:34
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vjmbuh$hhg1$1@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
Em 12/15/2024 1:31 AM, Lawrence D'Oliveiro escreveu:
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?
Yes.
Another objective is learning how everything works so I am planning to write the backend ( a simple C compiler that generates code).
I also think LLVM is too big.