Re: Ada vs. C performance

bobduff@world.std.com (Robert A Duff)
16 Jan 1997 20:09:25 -0500

          From comp.compilers

Related articles
Re: Ada vs. C performance robison@kai.com (Arch Robison) (1997-01-12)
Re: Ada vs. C performance dlmoore@ix.netcom.com (David L Moore) (1997-01-14)
Re: Ada vs. C performance bobduff@world.std.com (1997-01-16)
Re: Ada vs. C performance dlmoore@ix.netcom.com (David L Moore) (1997-01-19)
| List of all articles for this month |

From: bobduff@world.std.com (Robert A Duff)
Newsgroups: comp.compilers
Date: 16 Jan 1997 20:09:25 -0500
Organization: The World Public Access UNIX, Brookline, MA
References: 97-01-084 97-01-104
Keywords: Ada, performance

David L Moore <dlmoore@ix.netcom.com> wrote:
>Ada requires that exceptions occur more or less in place (the detailed
>requirements can be found in the standard). This can limit code motion.


This is not true. Section 11.6 of the Ada Reference Manual allows a
great deal of freedom for the compiler to move exception-raising around.


- Bob
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.