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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Happy 10th Birthday Compiler Explorer

214 点作者 fcambus大约 3 年前

15 条评论

mk12大约 3 年前
Congratulations! Compiler Explorer has been immensely useful to me over the years. I often use it to reassure myself that simple code optimizes as expected (so manual optimization would not just be premature, but pointless). It inspired me to build a similar tool at work for FIDL: <a href="https:&#x2F;&#x2F;fuchsia.googlesource.com&#x2F;fidlbolt&#x2F;+&#x2F;refs&#x2F;heads&#x2F;main" rel="nofollow">https:&#x2F;&#x2F;fuchsia.googlesource.com&#x2F;fidlbolt&#x2F;+&#x2F;refs&#x2F;heads&#x2F;main</a>. I believe your last name has become a noun too — I sometimes forget it’s called Compiler Explorer since everyone I know just calls it Godbolt.
mattgodbolt大约 3 年前
Oh my gosh. Thanks for all the lovely comments! I&#x27;ll definitely be saving these up for any dark moments! Thanks all!
评论 #31473747 未加载
评论 #31476974 未加载
koala_man大约 3 年前
One of my favorite moments at work was coming back to see half the team gathered around one computer, chuckling to each other.<p>The guy at the keyboard said &quot;now watch this!&quot;, hit a few keys, and the team erupted in raucous laughter.<p>I went over to see what they were looking at. It was an assembly listing from Compiler Explorer.
评论 #31472720 未加载
vchuravy大约 3 年前
&quot;Just godbolt it&quot; has indeed become a phrase in my circle. Compiler explorer is a great reminder that sometimes it is indeed about the UX for system tools that allows you to make a huge impact
injidup大约 3 年前
I&#x27;m training a new hire in C++ at the moment. I always go to compiler explorer when I break out a new concept for him. We can workshop the problem in isolation quickly and simply and then bookmark the solution for him to use as reference later. For this purpose it is just a few steps simpler than GIT + CMAKE + TERMINAL
评论 #31472165 未加载
MauranKilom大约 3 年前
As one of those people who also uses &quot;godbolt&quot; as a verb, I am very grateful for the time Matt and the other contributors are pouring into CE. It&#x27;s awesome to see this project flourish!
22SAS将近 3 年前
As a C++ dev, compiler explorer has been a great tool. Not only for quick checks, or playing around with new C++ features via small programs; even for code reviews it&#x27;s a great way to show why doing something in a particular way is better via a snippet on compiler explorer.<p>I am in the same industry as Matt, and at my firm we use it a lot, all the time, to discuss things related to C++ features, and sometimes the quirks of the language&#x2F;compilers.
mncharity将近 3 年前
Some tools inspire simply by existing (&quot;... oh yeah, and then we could use godbolt, and ...&quot;). Just as some tooling gaps discourage (&quot;... aannd then we&#x27;d hit the same old familiar problem of X, sigh&quot;). So broader impact can extend even beyond use and its results. Thanks for all the years of fish, both caught and dreamt.
isabelk大约 3 年前
Matt Godbolt is a gem! If you haven’t checked out his podcast[0] with Ben Rady, it’s one of my personal favorites. It’s not specifically tied to C++, but it’s a lot of fun to hear two hosts who love thinking about programming.<p>[0] <a href="https:&#x2F;&#x2F;www.twoscomplement.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.twoscomplement.org&#x2F;</a>
adamnemecek大约 3 年前
Legit one of the best websites around and I have seen a website or two (not more than like five).
toredo大约 3 年前
I use godbolt (I dont call it compiler explorer) almost every day.<p>It&#x27;s just great and extremely useful:)! Thanks for it
adchari将近 3 年前
Compiler Explorer was used to teach some basics of compiler optimization in my computer architecture class a couple of years ago, but the About Me page was the first time I had heard about SWEs working in quantitative finance. I&#x27;m starting at a trading firm in a couple of weeks, so thank you Matt Godbolt for sending me down that particular rabbithole!
wyldfire大约 3 年前
Thanks, Matt!
TheAceOfHearts将近 3 年前
Godbolt is really one of the most useful web tools I&#x27;ve ever used, a massive thank you for the service.
baisq大约 3 年前
Ah, so Godbolt is some guy&#x27;s last name? That&#x27;s really cool.