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=ham 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!news2.google.com!news.glorb.com!newscon02.news.prodigy.net!prodigy.net!newsfeed-00.mathworks.com!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: LLVM--Low Level Virtual Machine--and Ada Date: Thu, 19 Jul 2007 17:30:07 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <1184730995.862147.208590@g12g2000prg.googlegroups.com> <1184855418.765903.302810@z24g2000prh.googlegroups.com> <200707191656.27602.baldrick@free.fr> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls6.std.com 1184880607 23158 192.74.137.71 (19 Jul 2007 21:30:07 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Thu, 19 Jul 2007 21:30:07 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:t8dnZ06FMnA3tCU8Vpph+gnPye8= Xref: g2news1.google.com comp.lang.ada:16521 Date: 2007-07-19T17:30:07-04:00 List-Id: Duncan Sands writes: > PS: the only thing that needed new LLVM functionality, > i.e. functionality that didn't exist and wasn't being > worked on, was pointers to nested functions. How did you implement those? GNAT uses trampolines, which are less than ideal for several reasons. - Bob