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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

LLVM backend for m88k architecture

59 点作者 fcambus将近 3 年前

7 条评论

kristopolous将近 3 年前
Out of curiosity, is this purely enthusiast and hobbyist or do people do this for more than recreation?<p>Maybe there&#x27;s say, large industrial machines (think like an oil refinery), infrastructure level computers (think the elevators of a skyscraper built in the 90s) or say, shipping vessels stuck with these chips and this is actually the cheapest solution, I have no idea.<p>It looks like the end of the line here was the MC88110 in 1992. Don&#x27;t get me wrong, hobby away, I&#x27;m just curious if there&#x27;s any production reason for this.
neilv将近 3 年前
On a tangent, but the first m88k computer I recall hearing about was the Data General AViiON, which they advertised as &quot;mainframe in a pizza box&quot;.<p>Looking for a copy of the ad just now, I found a neat writeup by the person who says they came up with it: <a href="http:&#x2F;&#x2F;www.georgelois.com&#x2F;data-general.html" rel="nofollow">http:&#x2F;&#x2F;www.georgelois.com&#x2F;data-general.html</a>
评论 #32210507 未加载
CalChris将近 3 年前
It looks like a pretty sophisticated GISel implementation, native without any DAGISel fallback. Pretty cool. They should probably email Chris Lattner for an ELF.h EM_xxx number even if they don&#x27;t submit it.<p>I like it.
评论 #32211169 未加载
dark-star将近 3 年前
I wonder if LLVM is more open for keeping support for ancient systems like this in-tree than gcc.<p>I know a few people working on an LLVM backend for SGI MIPS CPUs, for example.<p>As I understand it, keeping an LLVM backend updated with the main compiler is far less work than keeping a GCC backend up-to-date, so the burden for supporting exotic&#x2F;ancient systems is much lower
评论 #32213415 未加载
ninefathom将近 3 年前
Oh my... might have to go dig out my MVME187 and the VME cabinet.<p>Or maybe I&#x27;ll just fire up gxemul. Tough call.<p>Either way, very nifty. Thanks for sharing!
arunc将近 3 年前
Kai is also a core contributor to LDC, a LLVM based compiler for D.
cbmuser将近 3 年前
I wonder whether this project is based on the work in our M68k backend:<p>&gt; <a href="https:&#x2F;&#x2F;github.com&#x2F;llvm&#x2F;llvm-project&#x2F;tree&#x2F;main&#x2F;llvm&#x2F;lib&#x2F;Target&#x2F;M68k" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;llvm&#x2F;llvm-project&#x2F;tree&#x2F;main&#x2F;llvm&#x2F;lib&#x2F;Targ...</a>