Skip to content
  • Christian Dietrich's avatar
    build system: proper inlining · 5b4cd7d8
    Christian Dietrich authored
    Inlining is hard. Convincing the compiler to actually inline the
    systemcall bodies is even harder. Therefore we now use the always_inline
    flag together with the -always-inline (llvm-opt) compiler
    pass. Furthermore -gc-section drops all unused functions.
    
    Change-Id: Ifd429e28ebb330944230076bca3886f4ef1171e3
    5b4cd7d8