From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Nick Roberts Newsgroups: comp.lang.ada Subject: Re: Why couldn't an operating system be written in ada Date: Sun, 7 Apr 2019 11:35:38 +0100 Organization: A noiseless patient Spider Message-ID: References: <4s8rud$9j3@tribune> <1ae2b744-f80b-4450-b8d3-7b49fca01f15@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sun, 7 Apr 2019 10:35:38 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="a53370dd75bcd957027770d7a7d56ab1"; logging-data="10604"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+IbZrmGo3kArmDVJbrsTni" User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 Cancel-Lock: sha1:lkf296Dao8hJ2p5WUKPaeOTqLJU= In-Reply-To: Content-Language: en-GB Xref: reader01.eternal-september.org comp.lang.ada:56094 Date: 2019-04-07T11:35:38+01:00 List-Id: On 07/04/2019 05:32, Optikos wrote: > Why can't LLVM be your PXC? LLVM already is your PXC and already built out your Realizors for a plethora of ISAs. It is a very good idea, and I'll look into it. However, I should point out that there are a few fundamental differences in what LLVM supports and what PXC would need to do. What I think I would need to do is to make some adaptations to LLVM to be able to use it. I suspect I'd need to make a fork. But it might be possible. Many thanks