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.

Happy 10th Birthday Compiler Explorer

214 pointsby fcambusalmost 3 years ago

15 comments

mk12almost 3 years ago
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.
mattgodboltalmost 3 years ago
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_manalmost 3 years ago
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 未加载
vchuravyalmost 3 years ago
&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
injidupalmost 3 years ago
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 未加载
MauranKilomalmost 3 years ago
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!
22SASalmost 3 years ago
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.
mncharityalmost 3 years ago
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.
isabelkalmost 3 years ago
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>
adamnemecekalmost 3 years ago
Legit one of the best websites around and I have seen a website or two (not more than like five).
toredoalmost 3 years ago
I use godbolt (I dont call it compiler explorer) almost every day.<p>It&#x27;s just great and extremely useful:)! Thanks for it
adcharialmost 3 years ago
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!
wyldfirealmost 3 years ago
Thanks, Matt!
TheAceOfHeartsalmost 3 years ago
Godbolt is really one of the most useful web tools I&#x27;ve ever used, a massive thank you for the service.
baisqalmost 3 years ago
Ah, so Godbolt is some guy&#x27;s last name? That&#x27;s really cool.