If I pass values to a Method or Function, which of course created new variables pertaining to the scope of the Method or Function, are those new variables stored in memory are they CPU registers ie like Locals?
Do I need to be copying the incoming values into Local variables to speed things up?
Do I need to be copying the incoming values into Local variables to speed things up?