recommending gcc to inline the function
        Posted  
        
            by thetna
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by thetna
        
        
        
        Published on 2010-05-20T20:37:25Z
        Indexed on 
            2010/05/20
            20:40 UTC
        
        
        Read the original article
        Hit count: 201
        
I don't know how feasible it is and how sensible is this question here.
Is there any changes that we can make in makefile to recommend GCC inline all the function although the functions are not inlined during the declaration or nowhere in the source file.
© Stack Overflow or respective owner