In all of the cases of global register variables that I tested, it never "optimized away" the variable.

But, if you use a call-clobbered register such as rdi etc., you _will_ lose the variable value on a function call. https://godbolt.org/z/oq5cjPd34

GCC very kindly provides a warning here (5/n)

Comments