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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b44a149ee4e73a99 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!dq9g2000vbb.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?bj=F6rn_lundin?= Newsgroups: comp.lang.ada Subject: Re: Runtime check : what about you ? Date: Fri, 17 Jun 2011 13:30:05 -0700 (PDT) Organization: http://groups.google.com Message-ID: <563204dc-4262-4ba5-9055-48c3557734d4@dq9g2000vbb.googlegroups.com> References: NNTP-Posting-Host: 85.230.240.167 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1308342606 15303 127.0.0.1 (17 Jun 2011 20:30:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 17 Jun 2011 20:30:06 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: dq9g2000vbb.googlegroups.com; posting-host=85.230.240.167; posting-account=3_reEwoAAAC163IAIrx427KYmwahFuh9 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUARLECNK X-HTTP-UserAgent: Mozilla/5.0 (iPad; U; CPU OS 4_3_2 like Mac OS X; sv-se) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8H7 Safari/6533.18.5,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:20906 Date: 2011-06-17T13:30:05-07:00 List-Id: =A0>It's interesting to me that no one here has admitted > doing this; I don't know what this means, except that perhaps they're > only developing programs for which the computation time is small to > the amount of time spent waiting for the user to figure out where to > move the cursor, or something. =A0Or that no one is developing programs > that require a long intensive algorithm on a large 2-D array or > something like that, for which turning off checking could easily make > a huge difference. > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 -- Adam In my case, we are spending most of the time on either database io or communication io. -- bj=F6rn