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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Portable C Compiler 1.0 released

56 点作者 cannedprimates大约 14 年前

4 条评论

mansr大约 14 年前
I tried this and immediately hit three internal compiler errors and one rejection of perfectly valid code. As far as I am concerned, this is not a compiler.
评论 #2402722 未加载
评论 #2403356 未加载
评论 #2404367 未加载
cpeterso大约 14 年前
How does PCC compare to the Plan 9 C compiler? The Plan 9 C compiler is BSD licensed; has a straightforward implementation; emits code for x86, x86-64, and ARM; and is a core component of Google's Go toolchain.
baltcode大约 14 年前
Someone needs to port this to OSX. This could enable a non-admin install of MacPorts on computers without XCode, which is impossible so far.
评论 #2402724 未加载
danieldk大约 14 年前
Could someone elaborate why one would use pcc over the also liberally licensed clang/LLVM, except for ancient architectures on which LLVM doesn't run or is too slow?
评论 #2402969 未加载