Do global variables mean faster code?

Viewed 11794

I read recently, in an article on game programming written in 1996, that using global variables is faster than passing parameters.

Was this ever true, and if so, is this still true today?

14 Answers
Related