T
Tony Vitonis
From what I can tell, VB.NET doesn't allow programmers to say
explicitly that they want a function to be inlined. Now, I'm a big fan
of factoring out duplicate code, but I don't want to do too much of it
in VB if there's going to be a noticeable performance hit. So:
1. Does the VB compiler sometimes inline simple functions?
2. Is there much of a performance hit on a function call?
Thanks.
explicitly that they want a function to be inlined. Now, I'm a big fan
of factoring out duplicate code, but I don't want to do too much of it
in VB if there's going to be a noticeable performance hit. So:
1. Does the VB compiler sometimes inline simple functions?
2. Is there much of a performance hit on a function call?
Thanks.