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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Rethinking Compiler Design

44 点作者 akg将近 11 年前

4 条评论

carterschonwald将近 11 年前
Speaking as someone who (in some small way) helps with compiler dev, while a lot these ideas sound pretty cool, I can pretty comfortably say that these ideas would make compiler engineering even harder! (though I'd love to be proven wrong by some brave soul)
tempodox将近 11 年前
Articles like this always make me wanna weep. Not because of their contents but because nobody bothered to put a date on (or more precisely, before) those thoughts. As it is, this article is only for archaeologists and historians who like to guess from when it might be. And the “last edited” date is no replacement or excuse.
taspeotis将近 11 年前
<p><pre><code> last edited September 9, 2008</code></pre>
shin_lao将近 11 年前
<p><pre><code> - Compiler internals cleanly exposed </code></pre> This exists in clang!<p>I&#x27;m not sure I get this one:<p><pre><code> - Constancy as an attribute </code></pre> Does it mean read-only variables such as &quot;const&quot; variables in C&#x2F;C++?