Re: [AD] GUI screen |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Elias Pschernig wrote:
But I wonder, in this case, shouldn't gcc be clever enough to inline the function calls anyway?
Only if the function is defined in the same source file, and if you use -finline-functions or -O3 (neither of which are used), and GCC decides it's alright to inline said function.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |