- Joined
- Dec 12, 2008
- Messages
- 7,385
Other than code and arguments, what can make a function marginally slower? Why?
Longer function names. As for why, I can't find a reason other than wc3 VM being weird and making the length of the function name (and variables) matter in terms of speed..
So you know of the JASS VM, meaning you have to know why something like
call Hi()
is going to be faster than something like call HelloYouFineMan()
I'll give you a hint.
What type of language is JASS?
(That should probably give out the answer)