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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9c3a1871d2161925 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-04 10:44:20 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!skynet.be!freenix!enst!enst.fr!not-for-mail From: Samuel Tardieu Newsgroups: comp.lang.ada Subject: Re: C/Ada performance comparison Date: Wed, 4 Jul 2001 19:43:20 +0200 Organization: RFC 1149 (see http://www.rfc1149.net/) Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: <3B3C8E6A.39361C75@labe.felk.cvut.cz> <3B424298.9A7849CF@boeing.com> <3B4351F9.D901BEEC@ACM.org> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-Trace: avanie.enst.fr 994268659 88842 137.194.161.2 (4 Jul 2001 17:44:19 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Wed, 4 Jul 2001 17:44:19 +0000 (UTC) To: comp.lang.ada@ada.eu.org Return-Path: Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B4351F9.D901BEEC@ACM.org>; from Colin_Paul_Gloster@ACM.org on Wed, Jul 04, 2001 at 07:27:21PM +0200 Precedence: special-delivery X-WWW: http://www.rfc1149.net/sam X-Mail-Processing: Sam's procmail tools X-ICQ: 21547599 X-Sam-Laptop: yes Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.4 X-Reply-To: Samuel Tardieu List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , List-Archive: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:9438 Date: 2001-07-04T19:43:20+02:00 On 4/07, Colin Paul Gloster wrote: | A factor of 7 implies that the programs are not equivalent. [..] A typical example of that non-equivalence is a user not turning off exception checks. An Ada program with exceptions is not the equivalent of a C program without them.