TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Adding a Rust compiler front end to GCC [video]

167 点作者 blopeur将近 3 年前

6 条评论

kibwen将近 3 年前
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 未加载
isaacfrond将近 3 年前
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 未加载
kzrdude将近 3 年前
This talk is about <a href="https:&#x2F;&#x2F;rust-gcc.github.io" rel="nofollow">https:&#x2F;&#x2F;rust-gcc.github.io</a>
Aissen将近 3 年前
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_go将近 3 年前
Anyone have a link to the slides from the video?
oxff将近 3 年前
Isn&#x27;t this breaking the Rust language into two?
评论 #31781554 未加载
评论 #31785157 未加载