comp.lang.ada
 help / color / mirror / Atom feed
* Speeding up Ada procedure?
@ 2003-02-26 23:26 Papandopulo
  2003-02-27  0:30 ` Hyman Rosen
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Papandopulo @ 2003-02-26 23:26 UTC (permalink / raw)


I have certain procedures dealing with
large arrays which are potential performance
bottlenecks. While they didn't cause
performance problems yet I intuitively
feel they will.

Is it a way to remove runtime array
bounds and other checks for particular
procedure ?

While Ada checks are excellent on
control-type part of program where is
a lot of logic and not much time spent
it can become deadly if massive arrays
of data are being processed.

If the procedure just takes an array and
produces an array I can be sure it's not
faulty by testing it with different size
arrays and than turning off runtime checks.

That's my rationale.

Thank you,
George



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2003-02-28 14:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-26 23:26 Speeding up Ada procedure? Papandopulo
2003-02-27  0:30 ` Hyman Rosen
2003-02-27  0:39 ` tmoran
2003-02-27  3:22 ` Steve
2003-02-27  8:38 ` Gautier
2003-02-27  8:48   ` Duncan Sands
2003-02-27  8:54 ` Jean-Pierre Rosen
2003-02-27 15:45 ` Mark Johnson
2003-02-27 22:57   ` John R. Strohm
2003-02-28 14:33     ` Mark Johnson
2003-02-27 18:43 ` Alfred Hilscher
2003-02-27 22:55 ` John R. Strohm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox