TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Adding a Rust compiler front end to GCC [video]

167 pointsby blopeuralmost 3 years ago

6 comments

kibwenalmost 3 years ago
Because there is often some confusion, note that there are two different projects in this space with different approaches.<p>The project discussed in the video above is a new front end to GCC (written in C++, as is typical for GCC frontends) and is developed here: <a href="https:&#x2F;&#x2F;github.com&#x2F;Rust-GCC&#x2F;gccrs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Rust-GCC&#x2F;gccrs</a><p>The other project involves plugging GCC&#x27;s backend into the existing rustc frontend, and is developed here: <a href="https:&#x2F;&#x2F;github.com&#x2F;rust-lang&#x2F;rustc_codegen_gcc" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rust-lang&#x2F;rustc_codegen_gcc</a><p>Both projects intend to eventually allow Rust code to make use of GCC. But they will likely appeal to different sets of users: the former project appeals to people invested in the GCC ecosystem who want to use Rust without installing a whole separate toolchain, and the latter to people invested in the Rust ecosystem who want to benefit from GCC&#x27;s broader target support.
评论 #31777511 未加载
isaacfrondalmost 3 years ago
Is it just me or would other people <i>vastly</i> prefer a blog post instead of a video?<p>I mean there is 0 chance that I’d watch this in the office. This is basically NSFW. But I like gcc and would probably take that minute to scan the article
评论 #31777553 未加载
评论 #31777974 未加载
评论 #31777522 未加载
评论 #31780341 未加载
评论 #31777525 未加载
评论 #31785730 未加载
评论 #31777797 未加载
kzrdudealmost 3 years ago
This talk is about <a href="https:&#x2F;&#x2F;rust-gcc.github.io" rel="nofollow">https:&#x2F;&#x2F;rust-gcc.github.io</a>
Aissenalmost 3 years ago
I&#x27;m curious if anyone has any feedback on polonius ? Is it still active ? Is it still supposed to be the next-generation borrow checker ?
评论 #31780812 未加载
评论 #31780854 未加载
heavyset_goalmost 3 years ago
Anyone have a link to the slides from the video?
oxffalmost 3 years ago
Isn&#x27;t this breaking the Rust language into two?
评论 #31781554 未加载
评论 #31785157 未加载