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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 5b1e799cdb,3ef3e78eacf6f938 X-Google-Attributes: gid5b1e799cdb,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!a39g2000pre.googlegroups.com!not-for-mail From: Isaac Gouy Newsgroups: comp.lang.scheme,comp.lang.ada,comp.lang.functional,comp.lang.c++,comp.programming Subject: Re: Alternatives to C: ObjectPascal, Eiffel, Ada or Modula-3? Date: Thu, 30 Jul 2009 10:47:12 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5b9460de-2f8f-4d85-9283-021d6455773f@a39g2000pre.googlegroups.com> References: <2009a75f-63e7-485e-9d9f-955e456578ed@v37g2000prg.googlegroups.com> <0bdf3c02-0565-40e2-95cc-c7f5eb546313@2g2000prl.googlegroups.com> <7xmy6mzy0q.fsf@ruckus.brouhaha.com> <4a714308$0$30229$9b4e6d93@newsspool1.arcor-online.net> <48679a94-4ce4-422e-8656-56bb682b08c0@d15g2000prc.googlegroups.com> <4a71c5f0$0$31880$9b4e6d93@newsspool3.arcor-online.net> <521b854d-0f3f-4df6-93af-5e0e62069501@g1g2000pra.googlegroups.com> <4A71D671.7000208@obry.net> NNTP-Posting-Host: 76.102.15.45 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1248976033 32451 127.0.0.1 (30 Jul 2009 17:47:13 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 30 Jul 2009 17:47:13 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a39g2000pre.googlegroups.com; posting-host=76.102.15.45; posting-account=8hLxJgkAAAAL8xHLJ0ljKM_bUSuq3O6V User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.12) Gecko/2009070811 Ubuntu/9.04 (jaunty) Firefox/3.0.12,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.scheme:6218 comp.lang.ada:7460 comp.lang.functional:2562 comp.lang.c++:48695 comp.programming:12169 Date: 2009-07-30T10:47:12-07:00 List-Id: On Jul 30, 10:20=A0am, Pascal Obry wrote: > Le 30/07/2009 19:09, fft1976 a =E9crit : > > > Can Ada be asked to inline automatically? > > Yes. See gnatmake's options -gnatn and -gnatN. Some inlining are also > done at -O3 IIRC. "Activate inlining for subprograms for which pragma inline is specified" gives the impression that both a source code change - pragma Inline(Select_Random); - and a compiler switch change would be needed?