You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove local var loading
I decided that even if it saves a few cycles by not having to follow a
pointer, g is probably already in cache because it's accessed everywhere
so it's probably not a big deal and the mental overhead of having an extra
variable that has to be updated whenever the global g->loading is and isn't a
global itself is just too much/confusing for anyone just glancing at the
code, wanting to make a quick edit etc.