register hint usefulness

Sylvain Pion Sylvain.Pion@sophia.inria.fr
Sat Apr 22 16:17:00 GMT 2000


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


More information about the Gcc mailing list