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!news3.google.com!news.germany.com!ecngs!feeder.ecngs.de!130.59.10.21.MISMATCH!kanaga.switch.ch!switch.ch!newsserver.news.garr.it!newsserver.cilea.it!not-for-mail From: Colin Paul Gloster Newsgroups: comp.lang.ada Subject: Re: LLVM--Low Level Virtual Machine--and Ada Date: 24 Jul 2007 09:50:03 GMT Organization: CILEA Message-ID: References: <1184730995.862147.208590@g12g2000prg.googlegroups.com> NNTP-Posting-Host: urano.iet.unipi.it X-Trace: newsserver.cilea.it 1185270603 16711 131.114.52.131 (24 Jul 2007 09:50:03 GMT) X-Complaints-To: news@cilea.it NNTP-Posting-Date: 24 Jul 2007 09:50:03 GMT User-Agent: slrn/0.9.8.1 (Linux) Xref: g2news1.google.com comp.lang.ada:16585 Date: 2007-07-24T09:50:03+00:00 List-Id: On 2007-07-24, Duncan Sands wrote: |-----------------------------------------------------------------------------| |" Hi Randy, | | | |> Janus/Ada has never used any executable data/stack in its 32-bit versions; | |> such code would save no more than a clock cycle or two (out of hundreds or | |> thousands) and as such could not be significant. We use compiler-generated | |> thunks rather than run-time generated trampolines, and I'm not sure why | |> anyone would use the latter (given that they increase the exploitability of| |> a program). Most be something I don't understand... | | | | how do these thunks work? | | | | Thanks, | | | | Duncan." | |-----------------------------------------------------------------------------| You should pay RR Software for a source code license to obtain that information. Regards, Colin Paul Gloster