the optimization doesn't matter, it's merely getting an address and the 
dereferencing a pointer which ought to be cheap (like 2 additional instructions 
for each pointer), we're really not in any performance critical code where this 
kind of things matter.  Not adding a dozen intermediate functions is probably 
better for code readability, and possibly for performance if they call isn't 
inlined.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/commit/b1528f01e240379c0f75ae0c2f50829b271c0f30#commitcomment-18461713

Reply via email to