comp.lang.ada
 help / color / mirror / Atom feed
From: Ludovic Brenta <ludovic@ludovic-brenta.org>
Subject: Re: Access keyword
Date: Tue, 29 Apr 2008 07:43:18 -0700 (PDT)
Date: 2008-04-29T07:43:18-07:00	[thread overview]
Message-ID: <5c732ecd-cefb-45b2-b33a-5561b522b4a3@m73g2000hsh.googlegroups.com> (raw)
In-Reply-To: fv79c8$lik$1@registered.motzarella.org

Sébastien wrote:
> I'd like to know if there is performance issue using the access keyword?
[snipped]
> Is NormeAccess faster because I'm using access keyword?

Have you measured a speed difference, or compared the assembly code
emitted by the compiler?

> I read that Ada
> compiler choose if a reference or a value mode is used in the Norme
> function, so it would mean that the access keyword should be used only
> for runtime allocated variable.

This is correct so, in your example, NormeAccess is unnecessary.
However there are legitimate uses of acces types beyond dymanic memory
allocation. For example a stack-allocated record may contain an access
to another stack-allocated record or array. Another use for access
types is access discriminants, but this is an advanced topic.

--
Ludovic Brenta.



  parent reply	other threads:[~2008-04-29 14:43 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-29 13:55 Access keyword Sébastien
2008-04-29 14:35 ` Peter Hermann
2008-04-29 14:43 ` Ludovic Brenta [this message]
2008-04-29 15:16 ` stefan-lucks
2008-04-29 16:31   ` Sébastien
2008-04-29 19:55     ` Gautier
2008-04-30 14:26       ` Sébastien
2008-04-30 17:13         ` Gautier
2008-04-30 20:44         ` Ludovic Brenta
2008-04-29 17:37 ` Adam Beneschan
2008-04-29 19:08 ` Jeffrey R. Carter
2008-04-29 21:03 ` Maciej Sobczak
2008-04-29 21:32 ` Randy Brukardt
2008-04-30  4:36   ` Gautier
2008-04-30  7:15   ` Maciej Sobczak
2008-04-30  7:56     ` Dmitry A. Kazakov
2008-04-30  9:21     ` Georg Bauhaus
2008-04-30 15:16     ` Adam Beneschan
2008-04-30 15:20     ` Adam Beneschan
2008-04-30 21:32       ` Maciej Sobczak
2008-04-30 21:58         ` Adam Beneschan
2008-05-01  1:10         ` Adam Beneschan
2008-04-30 23:40       ` Randy Brukardt
2008-04-30 14:32   ` Sébastien
replies disabled

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