-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend versus backend #19
Comments
Thanks! I'm not sure I understand, though. I think it's really both a frontend for gcc and a backend for rustc. But do you mean that it should use |
I think he means that you use can execute In cg_clif I use |
My impression of gcc so far is that doing this without libgccjit would be difficult, and in any case it might not integrate as well with gcc. |
That is unfortunate. |
I was talking to Centril about this project, and he suggested that it would make more sense to structure it as a codegen target for the Rust compiler instead of a GCC frontend. These were his words, specifically:
I'm not familiar with compiler internals and have no opinion on this myself, but given that Centril is a central figure in the development of Rust, I figured it would be a good idea to pass this on.
The text was updated successfully, but these errors were encountered: