[CST-2] Address taken variable

David Singleton dps29@cam.ac.uk
Wed, 29 May 2002 23:44:18 +0100


An address taken variable is one whose address has been 'taken' by the
program (funnily enough!)

E.g. in C 

   a = &b;

we set a (usually a pointer) to the address of b :- b is address taken.

David

-- 
David Singleton    _________________      St John's College, Cambridge
 C5 3rd Crt        +44(0)7980 641608  http://www.davidsingleton.co.uk/

> -----Original Message-----
> From: cst-2-admin@srcf.ucam.org [mailto:cst-2-admin@srcf.ucam.org]On
> Behalf Of Alvin
> Sent: 29 May 2002 23:28
> To: cst-2@srcf.ucam.org
> Subject: [CST-2] Address taken variable
> 
> 
> Gets mentioned quite a lot in optimising compilers.  What exactly is an
> address taken variable?
> 
> Alvin
> 
> 
> 
> _______________________________________________
> CST-2 mailing list
> CST-2@srcf.ucam.org
> http://www.srcf.ucam.org/mailman/listinfo/cst-2