This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

register hint usefulness


Hi,

I would like to know how useful "register" is with the current GCC.
Can it help the compiler somehow, or is it totally useless these days ?

I mean, in code like:
{
  register int i;
  ...
}

-- 
Sylvain

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]