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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,64815469c35bbcbe,start X-Google-Attributes: gid103376,public From: Alfred Hilscher Subject: GNAT: pragma Ravenscar Date: 1999/11/30 Message-ID: <38440543.DE6747F3@icn.siemens.de>#1/1 X-Deja-AN: 554918853 Content-Transfer-Encoding: 7bit Organization: Siemens AG X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-11-30T00:00:00+00:00 List-Id: First I have to say, that I use GNAT on WinNT and build the programs with the Ada GUI IDE. I have a simple question about the pragma Ravenscar. I thought when I build the same program twice, once with this pragma and again without this pragma then I would get different sized exe-files (because a smaller runtime included). But when I did so, I've got both times the same size. Do I missunderstand what the pragma does or do I miss some GNAT switches ? I've looked to the documentation but I found no answer there.