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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,885dab3998d28a4 X-Google-Attributes: gid103376,public From: "Marin David Condic, 407.796.8997, M/S 731-93" Subject: Re: Ariane 5 failure Date: 1996/10/01 Message-ID: <96100111162774@psavax.pwfl.com>#1/1 X-Deja-AN: 186492326 sender: Ada programming language comments: Gated by NETNEWS@AUVM.AMERICAN.EDU x-vms-to: SMTP%"INFO-ADA@VM1.NODAK.EDU" newsgroups: comp.lang.ada x-vms-cc: CONDIC Date: 1996-10-01T00:00:00+00:00 List-Id: Matthew Heaney writes: > >Why, yes. If the rocket blows up, at the cost of millions of dollars, then >I'm not clear what the value of "faster execution" is. The rocket's gone, >so what difference does it make how fast the code executed? If you left >the range checks in, your code would be *marginally* slower, but you'd >still have your rocket, now wouldn't you? > It's not a case of saving a few CPU cycles so you can run Space Invaders in the background. Quite often (and in particular in *space* systems which are limited to rather antiquated processors) the decision is to a) remove the runtime checks from the compiled image and run with the possible risk of undetected constraint errors, etc. or b) give up and go home because there's no way you are going to squeeze the necessary logic into the box you've got with all the checks turned on. It's not as if we take these decisions lightly and are just being stingy with CPU cycles so we can save them up for our old age. We remove the checks typically because there's no other choice. MDC Marin David Condic, Senior Computer Engineer ATT: 561.796.8997 M/S 731-96 Technet: 796.8997 Pratt & Whitney, GESP Fax: 561.796.4669 P.O. Box 109600 Internet: CONDICMA@PWFL.COM West Palm Beach, FL 33410-9600 Internet: CONDIC@FLINET.COM =============================================================================== "Some people say a front-engine car handles best. Some people say a rear-engine car handles best. I say a rented car handles best." -- P. J. O'Rourke ===============================================================================