comp.lang.ada
 help / color / mirror / Atom feed
From: mdash@sfsup.UUCP
Subject: Re:  Ada Generic Overhead Inquiry
Date: Thu, 9-Apr-87 06:44:20 EST	[thread overview]
Date: Thu Apr  9 06:44:20 1987
Message-ID: <1297@sfsup.UUCP> (raw)
In-Reply-To: 8704082021.AA06545@mitre.ARPA

Runtime overhead of generics is implementation-dependent.  The
issue is the degree of interpretation done by the code body.
This is determined by the restrictions on instantiations set
by generic formal type parameters, and whether the implementation
chooses to instantiate via code sharing or macro-style expansion.

I believe that most current implementations do limited code sharing
for generic instantiations.  Expect a low runtime TIME overhead for
generics, and a correspondingly high SPACE penalty.

  reply	other threads:[~1987-04-09 11:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1987-04-08 20:21 Ada Generic Overhead Inquiry CPT Jacques C. Choiniere
1987-04-09 11:44 ` mdash [this message]
  -- strict thread matches above, loose matches on Subject: below --
1987-04-08 18:17 adaisc
1987-04-09 13:59 ` firth
replies disabled

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