Hi All,
As far as I know, a variable with "register" storage class will probably be
optimized to be
having no RAM storage but only staying in a CPU register. A "volatile"
variable will only
be read by RAM access. But what about a variable declared as volatile with
register
storage class?

-- 
Best Regards
-----------
Jerry Luo
_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to