comp.lang.ada
 help / color / mirror / Atom feed
From: dewar@merv.cs.nyu.edu (Robert Dewar)
Subject: Re: Beware: Rep spec on an enumeration type causes code explosion
Date: 1997/12/16
Date: 1997-12-16T00:00:00+00:00	[thread overview]
Message-ID: <dewar.882330069@merv> (raw)
In-Reply-To: gwinn-1612971119580001@dh5055057.res.ray.com


Joe said

<<I guess I ould have to agree, because it's certainly too expensive for
  realtime use.  We will invent some such solution as you suggest.>>

Robert replied

<<No, that's wrong. If you do nothing but assignments and comparisons, there
  is no overhead in the use of enumeration types with holes. If you index
  compact arrays, or worse, do Succ or Pred, then you should have an
  implementation model which tells you immediately that there is extra
  overhead. This should not be a mystery.>>

Joe replied

<<I was talking about rep specs on enumeration types.>>

RObert says

SO WAS I!! That's the point! First I assume you mean an enumeration
representation clause when you say "rep spec on enumeration type" (the
term rep spec, despite popular impressions to the contrary, is not
an Ada technical term!)

The whole point of my comment is that enumeration representation clauses
add ZERO overhead if the only operations are assignments and comparisons.
If your experience leads you to avoid HET's even in this case, you are
overreacting from not understanding the situation clearly.

<<Umm, the point was that many programmers were not aware of the runtime
  cost of tick-Image, not that tick-Image was inherently bad.  I had the
  same problem with fortran programmers wanting to use encode in realtime
  programs.  I recall getting an argument when I forbade the use of encode
  in the late 1970s; it turned out that the core issue was that some of the
  programmers didn't recall how to write a binary<->decimal conversion
  routine, but were afraid to admit it.  A few pages copied from Knuth
  solved the problem.  In those days, most of the embedded realtime
  programmers were retread hardware engineers who learned to program by
  reading the language and computer manuals.>>

Any programmer who does not realize that 'Image involves runtime overhead
lacks very fundamental knowledge about the computing model that underlies
the program. Yes, I understnd that retrodden hardware engineers, physicists,
etc, might conceivably have misunderstandings that are this fundamental,
or more properly, gaps in their knowledge that are this fundamental. That
is *exactly* why I emphasize the importance of having some people on a
project who are competent programmers!





  reply	other threads:[~1997-12-16  0:00 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-12-05  0:00 Beware: Rep spec on an enumeration type causes code explosion Joe Gwinn
1997-12-06  0:00 ` Ken Garlington
1997-12-06  0:00 ` Corey Minyard
1997-12-08  0:00   ` Joe Gwinn
1997-12-10  0:00     ` Robert Dewar
1997-12-06  0:00 ` Robert Dewar
1997-12-08  0:00   ` Joe Gwinn
1997-12-09  0:00     ` Stanley R. Allen
1997-12-06  0:00 ` Robert Dewar
1997-12-06  0:00 ` Robert Dewar
1997-12-08  0:00   ` Joe Gwinn
1997-12-06  0:00 ` Robert Dewar
1997-12-06  0:00 ` Kevin D. Heatwole
     [not found]   ` <dewar.881478386@merv>
1997-12-07  0:00     ` Robert Dewar
1997-12-09  0:00   ` Jim Gleason
1997-12-06  0:00 ` Tucker Taft
1997-12-06  0:00   ` Robert Dewar
1997-12-06  0:00   ` Robert Dewar
1997-12-08  0:00   ` Joe Gwinn
1997-12-08  0:00     ` Mats Weber
1997-12-09  0:00     ` Geert Bosch
1997-12-10  0:00       ` Robert Dewar
1997-12-09  0:00     ` Tucker Taft
1997-12-09  0:00       ` Matthew Heaney
1997-12-10  0:00         ` Charles Hixson
1997-12-10  0:00       ` Jean-Pierre Rosen
1997-12-10  0:00       ` Robert Dewar
1997-12-10  0:00       ` Stephen Leake
1997-12-14  0:00         ` Robert Dewar
1997-12-10  0:00       ` Stanley R. Allen
1997-12-14  0:00         ` Robert Dewar
1997-12-10  0:00       ` Ken Garlington
1997-12-11  0:00         ` John G. Volan
1997-12-11  0:00           ` Ken Garlington
1997-12-12  0:00             ` Matthew Heaney
1997-12-12  0:00               ` Ken Garlington
1997-12-16  0:00                 ` John G. Volan
1997-12-17  0:00                   ` Ken Garlington
1997-12-12  0:00           ` Joe Gwinn
1997-12-12  0:00             ` Robert Dewar
1997-12-16  0:00             ` John G. Volan
1997-12-17  0:00               ` Ken Garlington
1997-12-17  0:00               ` Joe Gwinn
1997-12-17  0:00                 ` John G. Volan
1997-12-18  0:00                   ` Joe Gwinn
1997-12-12  0:00           ` Alan E & Carmel J Brain
1997-12-12  0:00             ` Robert Dewar
1997-12-15  0:00               ` Tucker Taft
1997-12-16  0:00                 ` Brian Rogoff
1997-12-11  0:00       ` Rakesh Malhotra
1997-12-11  0:00         ` Matthew Heaney
1997-12-12  0:00           ` Rakesh Malhotra
1997-12-12  0:00           ` Samuel Tardieu
1997-12-12  0:00             ` Robert Dewar
1997-12-12  0:00           ` Robert Dewar
1997-12-14  0:00         ` Alan E & Carmel J Brain
1997-12-12  0:00       ` Joe Gwinn
1997-12-15  0:00         ` Robert Dewar
1997-12-16  0:00           ` Joe Gwinn
1997-12-16  0:00             ` Robert Dewar [this message]
1997-12-06  0:00 ` David Marshall
1997-12-06  0:00 ` Robert Dewar
1997-12-06  0:00   ` Matthew Heaney
1997-12-10  0:00   ` GNORT information ( Was Re: Beware: Rep spec on an enumeration type causes code explosion ) Mark Bennison
1997-12-10  0:00     ` Robert Dewar
1997-12-07  0:00 ` Beware: Rep spec on an enumeration type causes code explosion Larry Kilgallen
  -- strict thread matches above, loose matches on Subject: below --
1997-12-09  0:00 tmoran
1997-12-11  0:00 Marin David Condic, 561.796.8997, M/S 731-96
1997-12-11  0:00 Marin David Condic, 561.796.8997, M/S 731-96
1997-12-11  0:00 ` Robert Dewar
replies disabled

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