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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b1f4420d01b2c4eb X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z24g2000prh.googlegroups.com!not-for-mail From: Maxim Reznik Newsgroups: comp.lang.ada Subject: Re: LLVM--Low Level Virtual Machine--and Ada Date: Thu, 19 Jul 2007 07:30:18 -0700 Organization: http://groups.google.com Message-ID: <1184855418.765903.302810@z24g2000prh.googlegroups.com> References: <1184730995.862147.208590@g12g2000prg.googlegroups.com> NNTP-Posting-Host: 91.124.254.172 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1184855420 18793 127.0.0.1 (19 Jul 2007 14:30:20 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 19 Jul 2007 14:30:20 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.1.1) Gecko/20061208 Firefox/2.0.0.1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: z24g2000prh.googlegroups.com; posting-host=91.124.254.172; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news1.google.com comp.lang.ada:16516 Date: 2007-07-19T07:30:18-07:00 List-Id: On 18 , 10:48, Duncan Sands wrote: > Hi Jerry, I'm porting GNAT to it. Most likely it will not be in the I read llvm specification long time ago. There weren't many operations needed to run Ada programs on it. Such as overflow checks on integer arithmetic (even divide by 0), variable access from nested subprogram by lexical level, allocation in stack variables of unknown (till runtime) size, multitasking, asynchronouse jumps, (what else?) Has anything changed?