• Andrew Morton's avatar
    [PATCH] uninlining in ipc/* · 8f2215c6
    Andrew Morton authored
    Uninlines some large functions in the ipc code.
    
    Before:
       text    data     bss     dec     hex filename
      30226     224     192   30642    77b2 ipc/built-in.o
    
    After:
       text    data     bss     dec     hex filename
      20274     224     192   20690    50d2 ipc/built-in.o
    8f2215c6
util.c 12.3 KB