Hacker News new | ask | show | jobs
by JoshTriplett 3275 days ago
> FWIW the GCC frontend development seems to have started up again. I'm hopeful!

I'm curious: any particular goals or results you hope to see out of the GCC frontend? Do they have any plans to share front-end code with rustc, such as the parser?

2 comments

> any particular goals or results you hope to see out of the GCC frontend

- Support for weird architectures

- Potential for diverse double compiling

- Better crystallization of the language spec.

One thing I'm hoping is that it brings support for some more obscure arches.
The ones that GCC supports and LLVM doesn't?
Yup. There's a lot, in my understanding.