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.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,88e7ef9008757431 X-Google-Attributes: gid103376,public From: "Pascal Obry" Subject: Re: Function Calls by Address Date: 1999/09/07 Message-ID: <7r2gut$pfn$1@clnews.edf.fr>#1/1 X-Deja-AN: 522008428 References: <37CADE68.6AF06F5D@escmail.orl.lmco.com> <37CEEFFA.7D73F78D@magic.fr> <7qooh7$hbh$1@nnrp1.deja.com> <37CFFEA6.921CBE59@magic.fr> <7qp5oo$2un@hobbes.crc.com> <7qptoa$cul$1@nnrp1.deja.com> <37D2E1A7.CAC3F923@magic.fr> <7qvasf$sno$1@nnrp1.deja.com> <37D41767.CEB186F4@magic.fr> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-Complaints-To: newsadm@news.edf.fr X-Trace: clnews.edf.fr 936691485 26103 130.98.42.146 (7 Sep 1999 08:04:45 GMT) Organization: EDF X-MSMail-Priority: Normal NNTP-Posting-Date: 7 Sep 1999 08:04:45 GMT Newsgroups: comp.lang.ada Date: 1999-09-07T08:04:45+00:00 List-Id: Francois Godme a �crit dans le message : 37D41767.CEB186F4@magic.fr... > Robert Dewar wrote: > > > Robert, please can you be less enigmatic. I do not see why it is not > relevant. > Just one more point. The dispatching facilities is usefull when you need to handle *differents objects* type with the same binary. Here we are talking about GNAT runtime routines for one specific paltform. The dispatching model will: - always call the same code anyway - makes GNAT slower - makes GNAT executable (the compiler executable) bigger So I do not see why this could apply there... Pascal.