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,ed1f7204771ad6dd X-Google-Attributes: gid103376,public From: "Jean-Pierre Rosen" Subject: Re: Other implementations of pragma Abort_Defer? Date: 1998/01/24 Message-ID: <6ads7c$2pa$1@peuplier.wanadoo.fr>#1/1 X-Deja-AN: 318936952 References: <6a91ej$e1n$1@uuneo.neosoft.com> <6aa95k$pou$1@peuplier.wanadoo.fr> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Organization: Adalog Newsgroups: comp.lang.ada Date: 1998-01-24T00:00:00+00:00 List-Id: Robert Dewar a �crit dans le message ... >JPR says > ><portable way. >I have a package that allows you to protect a call to a procedure from >abortion. I plan to put it on Adalog's web site as soon as I find the time >to write the documentation... In the meantime, I can send it to anyone >interested. >>> > >Sure it can be done portably, but only with a heavy interface that is >likely to incur additional overhead. The mere fact that your package >requires documentation suggests its heaviness. The *interface* is extremely simple, but I have as a principle not to put something on my web site unless I have some html file with it to explain what it is about. The *implementation* certainly incurs some overhead (well, it's a trade-off between efficiency and portability). >We have found the pragma >extremely useful in many contexts. Oh, certainly, and especially for the implementation of finalization - I guess. I just mentionned there was a portable solution. I did not mean it was the best solution in every situation, but certainly in the case where you want portable software components.