Re: register variables
- From: pete <pfiland@xxxxxxxxxxxxxx>
- Date: Mon, 16 May 2005 12:21:42 GMT
junky_fellow@xxxxxxxxxxx wrote:
>
> what is the purpose of declaring a register variable ?
It tells the compiler that you think you have a better
idea about how to optimise code.
> why can't we find the address of register variable ?
That's the one guaranteed effect of using the register qualifier.
--
pete
.
- Follow-Ups:
- Re: register variables
- From: Meghavvarnam
- Re: register variables
- References:
- register variables
- From: junky_fellow
- register variables
- Prev by Date: Re: which is better "switch" or "if-else"
- Next by Date: Re: doubt related to string pointers.
- Previous by thread: Re: register variables
- Next by thread: Re: register variables
- Index(es):
Relevant Pages
|