Parameter sizes in function calls
Posted on June 09, 2017 at 18:02I used to hear that one might as well make function parameter ints or the native size as chars and shorts would be promoted before going on the stack.But now we have fast variables, etc. Does it still make a differenc...